diff --git a/src/components/olmap/core/Controls/HistoryDataPanel.tsx b/src/components/olmap/core/Controls/HistoryDataPanel.tsx index 39b38b3..ae21ab5 100644 --- a/src/components/olmap/core/Controls/HistoryDataPanel.tsx +++ b/src/components/olmap/core/Controls/HistoryDataPanel.tsx @@ -396,7 +396,7 @@ const emptyStateMessages: Record< const SCADADataPanel: React.FC = ({ featureInfos, type = "none", - scheme_type = "burst_Analysis", + scheme_type = "burst_analysis", scheme_name, defaultTab = "chart", fractionDigits = 2, diff --git a/src/components/olmap/core/Controls/Timeline.tsx b/src/components/olmap/core/Controls/Timeline.tsx index f883634..5497b9a 100644 --- a/src/components/olmap/core/Controls/Timeline.tsx +++ b/src/components/olmap/core/Controls/Timeline.tsx @@ -47,7 +47,7 @@ const Timeline: React.FC = ({ timeRange, disableDateSelection = false, schemeName = "", - schemeType = "burst_Analysis", + schemeType = "burst_analysis", }) => { const data = useData(); const fallbackSelectedDateRef = useRef(new Date()); diff --git a/src/components/olmap/core/Controls/Toolbar.tsx b/src/components/olmap/core/Controls/Toolbar.tsx index 29946b5..1e7d2f8 100644 --- a/src/components/olmap/core/Controls/Toolbar.tsx +++ b/src/components/olmap/core/Controls/Toolbar.tsx @@ -921,7 +921,7 @@ const Toolbar: React.FC = ({ }) .filter(Boolean) as [string, string][]; })()} - scheme_type="burst_Analysis" + scheme_type="burst_analysis" scheme_name={schemeName} type={chatPanelFeatureInfos ? chatPanelType : (queryType as "realtime" | "scheme" | "none")} start_time={chatPanelTimeRange?.startTime} @@ -965,7 +965,7 @@ const Toolbar: React.FC = ({ }) .filter(Boolean) as [string, string][]; })()} - scheme_type="burst_Analysis" + scheme_type="burst_analysis" scheme_name={schemeName} type={chatPanelFeatureInfos ? chatPanelType : (queryType as "realtime" | "scheme" | "none")} start_time={chatPanelTimeRange?.startTime}