mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 10:00:17 -04:00
7 lines
308 B
HTML
7 lines
308 B
HTML
<div ng-if="$ctrl.options.globalSeriesType != 'custom'">
|
|
<plotly-chart options="$ctrl.options" series="$ctrl.chartSeries"></plotly-chart>
|
|
</div>
|
|
<div ng-if="plotlyOptions.globalSeriesType == 'custom'">
|
|
<custom-plotly-chart options="$ctrl.options" series="$ctrl.chartSeries"></custom-plotly-chart>
|
|
</div>
|