Area charts combined with bars #3205
Unanswered
Tundrawlkr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have a chart with a few data series in it. I have set the chart type to area because I like the default opacity in the area so I can see behind data sets. This charts series are based on time and what I'm trying to accomplish is the make a single vertical bar aligned with the current week I'm in. This series is just something like [0,0,0,....,50,......,0,0,0,0]. I have set up this part of the series as both 'bar' and 'column'
However all the zeroes in this last series have a small block on each tick placement even though they are zero. The only solution I've found thus far has been to change the main chart type to 'bar'. However i then lose the main 'area' functionality that I like about the chart.
Is it possible to have a chart that is set to type 'area' combined with a 'bar' series where zeroes are not rendered as little blocks?
Really appreciate some help on this.
Beta Was this translation helpful? Give feedback.
All reactions