タグ

ブックマーク / elycharts.com (1)

  • Examples | Elycharts

    $('#chart').chart({ template : 'line_basic_3', tooltips : { serie1 : [ 'a', 'b', 'c', 'd' ], serie2 : [ 'a', 'b', 'c', 'd' ] }, values : { serie1 : [1, 2, 3, 4], serie2 : [1, 2, 3, 4]}, labels : [ 'first', 'second', 'third', 'fourth' ], defaultSeries : { fill: true, stacked : true }, axis : { l : { title : 'Average height' } } }); Example 2: Line chart, fill with some animations Tip: use the "re-g

    kadokurarara
    kadokurarara 2011/11/01
    アニメーションするグラフが作れるjQueryプラグイン。円・バー・線いろいろ
  • 1