Skip to content

Commit

Permalink
chore: add console.log to see whats going on
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Sep 27, 2024
1 parent 04c9ebf commit dd14a94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/visualizations/config/adapters/dhis_highcharts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ export default function ({ store, layout, el, extraConfig, extraOptions }) {
})
}

console.log('jj config.plotOptions', config.plotOptions)

// hide empty categories
if (_layout.hideEmptyRowItems !== 'NONE') {
config = getTrimmedConfig(config, _layout)
Expand Down

0 comments on commit dd14a94

Please sign in to comment.