Skip to content

Commit

Permalink
fix(Highcharts plugin): the bars are displayed outside the chart (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzmadom authored Jan 9, 2024
1 parent 1948248 commit 21e2aff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/plugins/highcharts/renderer/helpers/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -1524,10 +1524,6 @@ export function prepareConfig(data, options, isMobile, holidays) {
load: function () {
if (chartType === 'column' || chartType === 'bar') {
this.series.forEach((seriesItem) => {
if (!seriesItem.legendItem) {
return;
}

const color = seriesItem.color;

// The update method updates all series, and therefore,
Expand Down

0 comments on commit 21e2aff

Please sign in to comment.