live-chart
live-chart copied to clipboard
Could support to show static chart with static data?
I'm using live-char in my app to show dataset from the database, it's static data, I want to show the date labels on the x-axis, not show the real-time labels,
Could live-chart support static data to show a chart?
Right now, live-chart doesn't support static data out of the box, but I can dig a bit to support that in a next release. That's something I wanted to work on.
Would be cool to have mixed: static and dynamic. e.g. to show max/min value that was ever reached.
@stsdc : min / max value is available in version 1.9.0 and threshold line with arbitrary value is available in 1.8.0.. Feel free to comment the features.
@taozuhong : I'm working on a very experimental static chart support. Still WIP, but I guess I should have something to show in a few weeks.
fighting...