Questions tagged [jstockchart]

JStockChart is a JFreeChart project that focuses on time series and candlestick charts.

JStockChart is a JFreeChart project that focuses on time series and candlestick charts.

14 questions
1
vote
1 answer

Responsiveness of the annotations in highcharts

without full screen on full screen In StockChart of highcharts whenever I use Measure (X,Y,XY) annotation and switch to full screen, the annotation does not reflow or is not consistent with the scale. Is there a way to correct…
Sunny
  • 235
  • 4
  • 17
1
vote
1 answer

Is there a way to use some of the highcharts-stocktools-toolbar items?

I am able to remove the parts of toolbar by not adding them in my directive via stockTools: {gui: { enabled: true, buttons: ['separator', 'measure', 'toggleAnnotations', 'separator', 'flags', 'separator','zoomChange', 'fullScreen', 'separator',…
Sunny
  • 235
  • 4
  • 17
1
vote
1 answer

Populate Kendo UI StockChart with Model object

Below is my code snippets , everything seems to be good to go even in my controller data in "data" variable is correct which means list of 51 elements . but when i run the code it throws the exception mentioned below The model item passed into the…
Imran Naqvi
  • 45
  • 1
  • 8
1
vote
1 answer

Have Google Data Chart have a 24 hour x-axis

I'm utilizing Google Data Chart, but am having trouble finding what I'm trying to do. I want to do something similar to a stock chart, but not as complicated. I want to have a line chart or area chart that always shows the full 24 hours on the…
0
votes
1 answer

highcharts stockChart The function of the distance of movement of the graph with the mouse

Tell me please. What function can be used to set the distance of the graph using the mouse? https://prnt.sc/Mn_LdKTEwkp- If I start moving the graph with the mouse to the left, the graph will move by 3 points. https://prnt.sc/JZnmCkmWsSkt It turns…
mcigorli
  • 5
  • 2
0
votes
1 answer

show multiple trends and different axis for stockChart

The chart trying to create as shown below the working fiddle is as shown below https://jsfiddle.net/BlackLabel/xy6ftpn5/ how to stack the multiple markers on the same date as in the picture. Tried to add multiple series in series…
DhanaLaxshmi
  • 424
  • 1
  • 11
  • 24
0
votes
1 answer

Is it possible to use the offline export in stockchart?

Or there is another option for client export without using highcharts servers.
0
votes
0 answers

Is there a way to disable the .highcharts-axis highcharts-yaxis || highcharts-axis-resizer duplicate behaviour?

Sample image On dragging the Y-axis(highcharts-axis-resizer) to change the aspect ratio of the graphs, sometimes a duplicate axis (even multiple) of the same group and the classs is generated and is non functional which persists even on changing the…
Sunny
  • 235
  • 4
  • 17
0
votes
1 answer

Is there a way to to always show the data along with tooltip data rather on on hover only in highcharts-stockchart?

Demonstration image For the stockchart, I'm calculating the rainfall data. For that my max, min, avg is fixed but the Rainfall data changes in hover of the graph by tooltip. I want all other information to be static and always shown and the rainfall…
Sunny
  • 235
  • 4
  • 17
0
votes
1 answer

How do I create a draggable plot line in Highcharts?

How do I create a draggable plotline in Highcharts? I couldn't find info about this. See please screenshot. You will see a green line on the screenshot. This plotline must be oriented on xAxis and draggable with max and min value on the axis Х. Can…
0
votes
2 answers

How do I add a real gap in high stocks so it would be visible on the chart?

I have this chart
var seriesOptions = [], seriesCounter = 0, names = ['MSFT', 'AAPL', 'GOOG']; /** * Create the chart when…
valk
  • 9,363
  • 12
  • 59
  • 79
0
votes
0 answers

how to use datepiker in Highstock rangeSelector with angular 2

Refer to this example a link! i want to select the plage of date using date piker . @Component({ selector: 'my-app', styles: [` chart { display: block; } `], template: `` }) class…
Houssem
  • 69
  • 1
  • 12
0
votes
1 answer

Amcharts Issue Regarding Panel Settings and Ballon

Need solution for two small questions which i am unable to figure out, I have two charts(multiple panel charts) have only one scroll bar, but my issue is with balloon text, On mouse over on one balloon i need to show two balloon text, is it…
0
votes
1 answer

jstockchart adding a third display

I have implemented jstockchart as a plugin to jfreechart. I have altered their JStockChartGettingStarted by implementing the Yahoo Finance API to grab stock quotes. I run the following specs: JDK 1.7 commons-io-2.4 commons-lang3-3.1 jfreechart…
Jean-Paul
  • 19,910
  • 9
  • 62
  • 88