color quirks
See original GitHub issuecolor sometimes works in strange and mysterious ways.
Categorical or linear scales don’t work at the series level, except for lineSeries. ie
<XYPlot height={200} width={200} colorType='category' colorDomain={[0, 1, 2]} colorRange={['yellow', 'blue', 'red']}>
<VerticalBarSeries data={data} color={0} />
</XYPlot>
or
<XYPlot height={200} width={200} colorType='category' colorDomain={[0, 1]} colorRange={[ 'blue', 'red']}>
<VerticalBarSeries data={data} color={0.5} />
</XYPlot>
In both cases, the series will appear black. A scale will be created which will return an undefined value and override the defaults.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Quirk Ideas - Color Splash - Wattpad
Name: Color Splash · Description: Allows the user to shoot different colors from their fingertips. · Red equals stretchy. · Yellow equals bouncy....
Read more >Quirks of the Color Quest - Color Matters
Hot new colors have become a big business. ... About this article: "Quirks of the Color Quest" was published in Visual ArtsTrends magazine....
Read more >11 Creative quirks ideas | color inspiration, colour pallete ...
May 5, 2019 - Explore Katie Turland's board "Creative quirks" on Pinterest. See more ideas about color inspiration, colour pallete, color pallets.
Read more >Color-Coded Quirks - Small Groups
Color -Coded Quirks. Spark a light-hearted discussion on your ... Purpose: A fun way to help group members share a variety of humorous...
Read more >Any ideas on a quirk that allow the user to...
A possible name for the Quirk could be “Color Coder”. My Hero Academia Quirks Original Quirk · 25 notes.
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 FreeTop 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
Top GitHub Comments
Is there any progress on this issue? I’m using a
MarkSerie
and everytime I try to set a color string (such as rgb or hex) it appears black no matter what.I’m not sure if this helps. but i used exact same code as @jckr except