Unverified Commit a03856c8 authored by Marius van den Beek's avatar Marius van den Beek Committed by GitHub
Browse files

Merge pull request #16598 from assuntad23/bug/16191/boxplot-render-fix

[22.01] Passing Identifier for div to Write the Chart Panel to
parents 396eebf6 e412b5db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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, {