mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-17 18:02:00 +08:00
feat: increase support for multiple time zones
This commit is contained in:
@@ -69,7 +69,7 @@ function useEcharts(chartRef: Ref<EchartsUIType>) {
|
||||
|
||||
const renderEcharts = (
|
||||
options: EChartsOption,
|
||||
clear = true
|
||||
clear = true,
|
||||
): Promise<Nullable<echarts.ECharts>> => {
|
||||
cacheOptions = options;
|
||||
const currentOptions = {
|
||||
|
||||
Reference in New Issue
Block a user