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
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.htmlalbersUsa 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.
The text was updated successfully, but these errors were encountered:
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 specifyingidentity
as the projection, which seems to be a projection provided by d3, but chartsjs-chart-geo seems to fallback toalbersUsa
anyway.What is the correct approach of disabling the projection?
Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: