redash/client/app/visualizations/chart/chart.html
2016-11-26 11:35:21 +02:00

7 lines
322 B
HTML

<div ng-if="plotlyOptions.globalSeriesType != 'custom'">
<plotly-chart options='plotlyOptions' series='chartSeries' height="300"></plotly-chart>
</div>
<div ng-if="plotlyOptions.globalSeriesType == 'custom'">
<custom-plotly-chart series='chartSeries' options='plotlyOptions' height="300"></custom-plotly-chart>
</div>