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