mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-25 02:09:50 +02:00
update docify + add libplotly
This commit is contained in:
5
libplotly/README.md
Normal file
5
libplotly/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# libplotly
|
||||
Built on top of d3.js and stack.gl, Plotly.js is a high-level, declarative charting library. plotly.js ships with over 40 chart types, including 3D charts, statistical graphs, and SVG maps.
|
||||
plotly.js is free and open source and you can view the source, [report issues or contribute on GitHub](https://github.com/plotly/plotly.js).
|
||||
|
||||
This package is the AntOS wrapper of Plotly used as library for AntOS applications
|
45
libplotly/build.json
Normal file
45
libplotly/build.json
Normal file
@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "libplotly",
|
||||
"targets":{
|
||||
"clean": {
|
||||
"jobs": [
|
||||
{
|
||||
"name": "vfs-rm",
|
||||
"data": ["build/debug","build/release"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"copy": {
|
||||
"jobs": [
|
||||
{
|
||||
"name": "vfs-mkdir",
|
||||
"data": ["build", "build/debug", "build/release"]
|
||||
},
|
||||
{
|
||||
"name": "vfs-cp",
|
||||
"data": {
|
||||
"src": [
|
||||
"main.js",
|
||||
"package.json",
|
||||
"README.md"
|
||||
],
|
||||
"dest":"build/debug"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"release": {
|
||||
"depend": ["clean","copy"],
|
||||
"require": ["zip"],
|
||||
"jobs": [
|
||||
{
|
||||
"name": "zip-mk",
|
||||
"data": {
|
||||
"src":"build/debug",
|
||||
"dest":"build/release/libplotly.zip"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
5
libplotly/build/debug/README.md
Normal file
5
libplotly/build/debug/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# libplotly
|
||||
Built on top of d3.js and stack.gl, Plotly.js is a high-level, declarative charting library. plotly.js ships with over 40 chart types, including 3D charts, statistical graphs, and SVG maps.
|
||||
plotly.js is free and open source and you can view the source, [report issues or contribute on GitHub](https://github.com/plotly/plotly.js).
|
||||
|
||||
This package is the AntOS wrapper of Plotly used as library for AntOS applications
|
65
libplotly/build/debug/main.js
Normal file
65
libplotly/build/debug/main.js
Normal file
File diff suppressed because one or more lines are too long
15
libplotly/build/debug/package.json
Normal file
15
libplotly/build/debug/package.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"pkgname": "libplotly",
|
||||
"name":"Plotly",
|
||||
"description":"Plotly: Javascript data visualization library",
|
||||
"info":{
|
||||
"author": "Dany LE",
|
||||
"email": "mrsang@iohub.dev"
|
||||
},
|
||||
"version":"2.6.2-r",
|
||||
"category":"Library",
|
||||
"iconclass":"fa fa-cog",
|
||||
"mimes":["none"],
|
||||
"dependencies":[],
|
||||
"locale": {}
|
||||
}
|
BIN
libplotly/build/release/libplotly.zip
Normal file
BIN
libplotly/build/release/libplotly.zip
Normal file
Binary file not shown.
65
libplotly/main.js
Normal file
65
libplotly/main.js
Normal file
File diff suppressed because one or more lines are too long
15
libplotly/package.json
Normal file
15
libplotly/package.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"pkgname": "libplotly",
|
||||
"name":"Plotly",
|
||||
"description":"Plotly: Javascript data visualization library",
|
||||
"info":{
|
||||
"author": "Dany LE",
|
||||
"email": "mrsang@iohub.dev"
|
||||
},
|
||||
"version":"2.6.2-r",
|
||||
"category":"Library",
|
||||
"iconclass":"fa fa-cog",
|
||||
"mimes":["none"],
|
||||
"dependencies":[],
|
||||
"locale": {}
|
||||
}
|
Reference in New Issue
Block a user