c3js / c3

:bar_chart: A D3-based reusable chart library
http://c3js.org
MIT License
9.34k stars 1.39k forks source link

Scatter's points appears "pixelated" #2689

Closed panthony closed 5 years ago

panthony commented 5 years ago

Before: Capture d’écran 2019-08-20 à 08 40 45

After: Capture d’écran 2019-08-20 à 08 40 58

This is due to shape-rendering: crispEdges that was added with Stanford diagram.

Maybe this is "required" for this type of graph but for scatter it was much prettier before.