Skip to content

Commit

Permalink
remove the vis schema to only display the option panel
Browse files Browse the repository at this point in the history
  • Loading branch information
gwintzer committed Feb 2, 2018
1 parent b9c1b7e commit 419f3f7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions public/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ function HtmlVisProvider(Private) {
template: mainTemplate
},
editorConfig: {
optionsTemplate: optionsTemplate,
schemas: new Schemas([{
group: 'metrics',
name: 'metric',
title: 'Metric',
min: 1,
aggFilter: ['!derivative', '!geo_centroid']
}]),
}
optionsTemplate: optionsTemplate
},
options: {
showTimePicker: false,
},
requestHandler: 'none',
responseHandler: 'none',
implementsRenderComplete: true

});
}
VisTypesRegistryProvider.register(HtmlVisProvider);

0 comments on commit 419f3f7

Please sign in to comment.