We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have seen at doc this entry: to assign a color to a value.
For example, I would like to show this heat legend:
My data vary between 1.25 and -1.25. Each country has a value and a color according to that value.
For example, for Spain I have this value and this color:
And the heat legend object, I set its "configField" property to "config", which is the name of the field in each data...but it doesn't work.
Is it a bug or I am doing something wrong?
Could you help me with this issue, please?
Best regards.
The text was updated successfully, but these errors were encountered:
There's no way to have a HeatLegend with custom multiple color values.
HeatLegend
The only way is to have a normal Legend with custom values: https://www.amcharts.com/docs/v4/concepts/legend/#Adding_custom_items
Legend
Sorry, something went wrong.
I think I can't close this issue. I don't the "close issue" option. Best regards.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days
No branches or pull requests
I have seen at doc this entry:
to assign a color to a value.
For example, I would like to show this heat legend:
My data vary between 1.25 and -1.25. Each country has a value and a color according to that value.
For example, for Spain I have this value and this color:
And the heat legend object, I set its "configField" property to "config", which is the name of the field in each data...but it doesn't work.
Is it a bug or I am doing something wrong?
Could you help me with this issue, please?
Best regards.
The text was updated successfully, but these errors were encountered: