colors for choropleth chart according to range
See original GitHub issueHi All,
Thanks all for creating a very useful js library. Currently i am working on a project based on choropleth map. I am facing trouble in fixing color Domains
Could anyone help me our for adjusting colors based on range of filtered values.The function in the current library does not seem to be of much help
chart.colorDomain(function() {
[dc.utils.groupMin(this.group(), this.valueAccessor()),
dc.utils.groupMax(this.group(), this.valueAccessor())];
});
If a project based on flexible colorDomains has been created please guide me to it.
Thanks all
Issue Analytics
- State:
- Created 10 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Design Choropleth Colors & Intervals
The sequential color palette shows five shades of blue to represent the low-to-high range of income levels, and it works best for a...
Read more >How to Choose Colors for Data Visualizations
In this article, we will describe the types of color palette that are used in data visualization, provide some general tips and best...
Read more >Get better at using color palettes with choropleth maps
Understanding color palettes for choropleth maps · Sequential. A scale with 5 different steps ranging from light blue to dark blue · Diverging....
Read more >What to consider when creating choropleth maps
A map with “discrete steps” assigns all your values to one of e.g. five distinctively different color shades. If you want readers to...
Read more >Continuous color scales and color bars in Python
Color ranges default to the range of the input data and can be explicitly ... with a higher and lower value than the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The working example for this problem seems to be here: https://groups.google.com/forum/#!msg/dc-js-user-group/6_EzrHSRQ30/r0_lPT-pBsAJ
Has somebody a working example for this? Thank you!