Add test for stacked graph.
authorNikhil Kasinadhuni <nikhilk@google.com>
Wed, 10 Mar 2010 07:06:13 +0000 (23:06 -0800)
committerNikhil Kasinadhuni <nikhilk@google.com>
Wed, 10 Mar 2010 07:06:13 +0000 (23:06 -0800)
commit12e4c7419601a792d767899a0f15fd3df0c9d106
treee9c508acabc8f0bbc1b86853a691fb5de5713662
parent43af96e75cba5447301daf3fa4347729d115fdc8
Add test for stacked graph.
'Unstack' the data points when displaying the data either in the labels or in a
callback for a stacked graph.
Accept a 'yValueFormatter' attribute which can be pointed to a function to
perform custom formatting. Ideally, the formatted value should be passed into the
a 'f' attribute in a GViz datatable.
dygraph-combined.js
dygraph.js
tests/stacked.html [new file with mode: 0644]