Closed lucashby closed 5 years ago
@jbrundage I thought this was resolved with: https://github.com/hpcc-systems/Visualization/pull/2986 can you follow up for specific example?
@lucashby What properties are you using on the Line Chart? Have you set the interpolate
and/or interpolateFill
properties?
Here is our initialization code:
vm.numberCrashesByAgeAndSex = new vm.hpcc.Layout.ChartPanel()
.widget(new vm.hpcc.Chart.Line().paletteID('cc-ageSex').tooltipValueFormat('').xAxisGuideLines(false).yAxisGuideLines(false).pointShape('rectangle'))
.target('numberCrashesByAgeAndSexDiv')
.title('Age')
.titleVisible(false)
.legendVisible(true)
.legend_showSeriesTotal(true)
.legend_showLegendTotal(true);
@lucashby can you do a sanity check that you do have the #2986 fix (which first showed up in @hpcc-js/chart v2.4.1)
@GordonSmith I've confirmed that he does have the fix and there's a bug that I'm working on now.
When using a line chart in a chart panel, there seems to be a slight discrepancy between the colors in the legend and the colors of the lines. When styling the lines a little thicker, this becomes more obvious.