mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-02-01 07:45:11 +01:00
17 lines
293 B
JSON
17 lines
293 B
JSON
|
{
|
||
|
"tooltip":"Plot graph or bar chart from array of number.",
|
||
|
"alias":[
|
||
|
"plot",
|
||
|
"bar chart",
|
||
|
"graph",
|
||
|
"waveform"
|
||
|
],
|
||
|
"baseNode":"Node_Plot_Linear",
|
||
|
"io":[
|
||
|
"surface",
|
||
|
"surface",
|
||
|
"float"
|
||
|
],
|
||
|
"build":"Node_create_Plot_Linear",
|
||
|
"name":"Draw Bar \/ Graph"
|
||
|
}
|