Skip to content

Commit

Permalink
Merge pull request #16598 from assuntad23/bug/16191/boxplot-render-fix
Browse files Browse the repository at this point in the history
[22.01] Passing Identifier for div to Write the Chart Panel to
  • Loading branch information
mvdbeek authored Aug 30, 2023
2 parents 396eebf + e412b5d commit a03856c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ window.bundleEntries.jqplot_box = function (options) {
chart : options.chart,
dataset_id : dataset.id,
dataset_groups : dataset_groups,
targets : options.targets,
target : options.target,
makeConfig : function( groups, plot_config ){
var boundary = getDomains( groups, 'x' );
$.extend( true, plot_config, {
Expand Down

0 comments on commit a03856c

Please sign in to comment.