mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-12 22:03:29 +02:00
update docify + add libplotly
This commit is contained in:
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": {}
|
||||
}
|
Reference in New Issue
Block a user