chartist-js / chartist

Simple responsive charts
https://chartist.dev
MIT License
13.34k stars 2.53k forks source link

Multi-line chart click events and sharp edges #1273

Closed sabithapopuri closed 1 year ago

sabithapopuri commented 3 years ago

Hi I am using chartist-js multi-line chart. For me, the edges of the data points in the graph are not sharp. Is it possible to do that? Also, can we give click events to data points?

Screen Shot 2020-12-01 at 3 34 22 PM
Arantiryo commented 2 years ago

Hi @sabithapopuri 👋

By listening for draw events that get emitted by the Chartist chart (example) we can put click events on points when they are being created.