govau / datavizkit

A fully featured data visualisation toolset built on top of Highcharts and React. Guide at http://datavizkit.surge.sh/.
MIT License
10 stars 2 forks source link

SVG markers #166

Closed micapam closed 7 years ago

micapam commented 7 years ago

Made a new branch to restore the changes as it was easier than rebasing. This makes nice SVG markers for multi-series line charts. Marker is refactored into a component and there's also a raw JSX version for non-React context (i.e. hero tooltip). This also restores the correct hero left/right padding which got lost in recent changes. Also removes tooltips for line charts which crept in accidentally recently.

micapam commented 7 years ago

Oh another thing in this PR is the upside-down triangle SVG that was missing from the original set