Skip to content

Commit ea000e3

Browse files
author
minjk-bl
committed
Add menus on Visualization category
1 parent 88f74dd commit ea000e3

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

data/libraries.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3077,6 +3077,35 @@
30773077
"open" : true,
30783078
"grid" : true,
30793079
"item" : [
3080+
{
3081+
"id" : "visualize_chartStyle",
3082+
"type" : "function",
3083+
"level": 1,
3084+
"name" : "Chart Style",
3085+
"tag" : "CHART STYLE SETTING,IMPORT CHART,VISUALIZATION,VISUALIZE",
3086+
"path" : "visualpython - visualization - chartsstyle",
3087+
"desc" : "Chart style setting",
3088+
"file" : "m_visualize/ChartSetting",
3089+
"apps" : {
3090+
"color": 5,
3091+
"icon": "apps/apps_style.svg"
3092+
}
3093+
},
3094+
{
3095+
"id" : "pd_plot",
3096+
"type" : "function",
3097+
"level": 1,
3098+
"name" : "Pandas Plot",
3099+
"tag" : "PANDAS PLOT,PANDAS",
3100+
"path" : "visualpython - library - pandas - plot",
3101+
"desc" : "Pandas Plot",
3102+
"file" : "m_library/m_pandas/plot",
3103+
"apps" : {
3104+
"color": 5,
3105+
"icon": "apps/apps_chart.svg"
3106+
},
3107+
"useAuto" : true
3108+
},
30803109
{
30813110
"id": "visualize_chart",
30823111
"type": "function",

0 commit comments

Comments
 (0)