Open
Description
Hello everyone.
I am having some issues with disabling the geo projection, since my topology data does not need to be projected.
Here is what I figured out: According to https://www.sgratzl.com/chartjs-chart-geo/api/interfaces/IProjectionScaleOptions.html albersUsa
is the default projection. Hence, I need to actively disable the projection. I tried specifying identity
as the projection, which seems to be a projection provided by d3, but chartsjs-chart-geo seems to fallback to albersUsa
anyway.
What is the correct approach of disabling the projection?
Any help is greatly appreciated.