You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to implement that the Venn diagrams respect this property and apply it, if set? Many other types of diagrams support that option and we already make great use of it.
User story
Additional context
We have diagrams like these:
The text was updated successfully, but these errors were encountered:
It would be great if we could customize the intersection labels. Specifically, we would like to get rid of thousands separator.
I've had a look into the code, the format seems to be "hardcoded" to
toLocaleString
, which separates by.
or,
, depending on browser settings.chartjs-chart-venn/src/controllers/VennDiagramController.ts
Line 182 in 774ded0
ChartJS'
TickOptions
offercallback
property:https://github.com/chartjs/Chart.js/blob/57b5c5b78fb2d8504f556bef6e4177735d9929ea/src/types/index.d.ts#L3044-L3047
Would it be possible to implement that the Venn diagrams respect this property and apply it, if set? Many other types of diagrams support that option and we already make great use of it.
User story
Additional context
We have diagrams like these:
The text was updated successfully, but these errors were encountered: