Skip to content

Commit

Permalink
passing identifier for div to write the chart panel to
Browse files Browse the repository at this point in the history
  • Loading branch information
assuntad23 committed Aug 25, 2023
1 parent 396eebf commit e412b5d
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 e412b5d

Please sign in to comment.