Creating advanced candlestick charts with HTML5 and CSS [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 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/

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?

Library to create trend chart in javascript [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 6 years ago.
Improve this question
I am trying to create a trend chart in JavaScript. I went through some of the libraries and noticed that -
D3.js - does not have an option to create a trend chart
Highcharts.js - cannot create a trend chart in Highcharts.js without the help of plug-ins?
Please suggest a library to create a trend chart.
Thanks in advance
I cannot comment, so by doing a simply search, this is what I found:
Plotting a trendline with D3.js http://bl.ocks.org/rkirsling/33a9e350516da54a5d4f
Maybe submit an example of what you want to do?

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.

Looking for JavaScript 3d ploting library [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
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.

Pure Javascript library for charts displaying [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 5 years ago.
Improve this question
I am looking for a pure Javascript chart library to embed in my Javascript client, as I need to display multiple variables in one single chart.
The library will be possibily embedded in a future product with commercial purposes, so the
release license should fit this requirement...
I've been using ExtJS so far, but it isn't helping.
Any suggestion? Thanks in advance!
Try using http://highcharts.com/

Categories

Resources