Looking for JavaScript 3d ploting library [closed] - javascript

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Is there any JavaScript 3d ploting library so I can do draw plot like that:
plotingObject = new plotingLib.fromCanvas(canvas);
var data = [[1,2,3], [2,2,3]];
plotingObject.plot(data);
I found only whole 3d engines, or 3d bars :( But I need something simple.

have you tried 3D Surface Plotting in JavaScript .I think it might help you.

Related

How can I reconstruct this vector design in the web? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 days ago.
Improve this question
I have the following design (violet vector lines in a black responsive square) that I would like to create in the web, and make it so that I can animate each individual vector in the future. What is the best way to go about that? Should I use SVG and manually draw all the polylines or is there a javascript library that can help me with this?

Creating advanced candlestick charts with HTML5 and CSS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I have an array of data from a stock (open, high, low, close, volume). My goal is to produce a candlestick chart similar to the one below.
The issue is, I have no idea how to translate this raw data into a presentable and interactive format. I'm sure I can draw a candlestick using CSS, but that does not handle the problem of zooming or plotting it correctly.
Use a CDN library like plotly js https://plotly.com/javascript/

JS chart library for multi color bar [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm looking for a JS library to build a chart multi-colored bars.
I'm not talking about about different colors for each bar, but two or three colors on the same bar.
Do you have any ideas ?
Thanks !
I've spent a lot of time comparing Javascript charting frameworks and would recommend HighCharts. It's the most complete JS charting library out there.

Javascript control for modeling 2D, 3D data [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Does any know JS lib for vizualizing/modeling data in 2D/3D formats (3D MAX model, ANSYS, or just txt file)?
It will be fine if it will be free.
Thanks!
A lib that allows you to load and display both 2d and 3d models would be ThreeJS.
It allows you to setup an entire scene with lighting and such.

Looking for some nice & easy html 5 3d engine, similar to papervision3d for flash [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I wan't to do some experimens with html5 and 3d and looking for some nice 3d engine. Any tips?
Try to look at three.js or CubicVR.js.

Categories

Resources