Skip to content

Commit

Permalink
Fix conditional parameter description in xml
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 11, 2018
1 parent 1eccb2a commit 911b667
Show file tree
Hide file tree
Showing 3 changed files with 257 additions and 229 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default Backbone.View.extend({
var self = this;
var inputs = Utils.clone(this.chart.plugin.settings) || {};
var panel_option = this.chart.plugin.use_panels;
if (panel_option == "both") {
if (panel_option == "optional") {
inputs["__use_panels"] = {
type: "boolean",
label: "Use multi-panels",
Expand Down

0 comments on commit 911b667

Please sign in to comment.