Skip to content
This repository has been archived by the owner on May 29, 2018. It is now read-only.

Wrong scatter export - 2 points with the same date #49

Closed
sebastianbochan opened this issue Jun 1, 2015 · 3 comments
Closed

Wrong scatter export - 2 points with the same date #49

sebastianbochan opened this issue Jun 1, 2015 · 3 comments
Labels

Comments

@sebastianbochan
Copy link

Example: http://jsfiddle.net/cqjvD/789/

@personman
Copy link

It's possible that #66 fixes this.

@mahtikebab
Copy link

Does the tooltip support this fix also? I have a basic line chart with one datetime on xaxis that has 2 y values. They show up correctly but using a shared tooltip I only get one of the points to show up in the tooltip.formatter -method's 'this.points'-array, making the tooltip show only 1 value of the series.

@TorsteinHonsi
Copy link
Contributor

@mahtikebab The tooltip hasn't got anything to do with the export-csv module.

Instead of a line chart, you probably want a scatter chart with a lineWidth setting. Then the tooltip will be able to handle unsorted data.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants