Files
bansonic_beta_main/Assets/EasyChart/Docs/ManualWeb/manual-nav.js
T

57 lines
1.1 KiB
JavaScript

window.EASYCHART_MANUAL_NAV = {
groups: [
{
key: "workflow",
title: "概览",
items: [
"00_00-Index",
"00_01-QuickStart",
"00_02-WorkflowAndLibrary",
"00_03-UGUIWorkflow",
"00_04-RuntimeDataInjectionUIToolKit",
"00_05-RuntimeDataInjectionUGUI"
]
},
{
key: "editor_ui",
title: "编辑界面说明",
items: [
"01_01-EditorWorkflow",
"01_02-LibraryPanel",
"01_03-JsonInjectionPanel",
"02_04-PreviewPanel",
"02_05-InspectorPanel",
"02_06-SeriesPanel"
]
},
{
key: "charts",
title: "Series详细配置",
items: [
"03_01-LineChart",
"03_02-BarChart",
"03_03-ScatterChart",
"03_04-HeatmapChart",
"03_05-RadarChart",
"03_06-PieChart",
"03_07-RingChart"
]
},
{
key: "reference",
title: "配置项参考",
items: [
"04_08-CommonRecipes",
"04_09-FAQ"
]
},
{
key: "other",
title: "其他",
items: [
"05_01-UpdatePlan"
]
}
]
};