|
|
|
|
|
by ngrilly
3866 days ago
|
|
Hi, and thanks for asking :-) Charts.js is a great library. These are the problems I had that made me switch to MetricsGraphics: - No support for time series. I need to chart 100 data points, one per day. It's difficult to correctly label the ticks on the time axis without library support, and without overlapping labels. (It looks like support for this will be added in 2.0.) - When I rollover, instead of highlighting and showing the tooltip for the closest points, many points are highlighted. (There is an issue about this in the bug tracker.) - I'd like to remove the dots, when drawing a chart line. |
|