Closed klippx closed 2 years ago
Use a config option that will override the chart-option colors transparent for the point attributes, like this:
{ fillColor: 'rgba(0, 137, 207, 0.3)', strokeColor: 'rgba(0, 137, 207, 1)', pointColor: 'transparent', pointStrokeColor: 'transparent', pointHighlightFill: 'transparent', pointHighlightStroke: 'transparent', },
Use a config option that will override the chart-option colors transparent for the point attributes, like this: