Search found 284 matches

Go to advanced search

by jahnvi25
Fri Dec 15, 2023 5:34 pm
Forum: Highcharts Stock
Topic: horizontal line annotation
Replies: 5
Views: 1907
 
Jump to post

Re: horizontal line annotation

thanks a lot for reply.. i am using slightly different approach.. but running into the issue... below is the code what i am trying.. the only issue.. when user clicks on annotation.. it also calls afterUpdate.. how can i avoid this ?? when user clicks on annotation.. it should just print one console...
by jahnvi25
Thu Dec 14, 2023 7:19 pm
Forum: Highcharts Stock
Topic: horizontal line annotation
Replies: 5
Views: 1907
 
Jump to post

Re: horizontal line annotation

thanks for reply. sorry for the confusion. i am trying to add infinity line using chart.addAnnotation(...) so label would show up towards the end of the line... i tried to modify the example.. but its not working..(label should up somewhere todwards the end of the line) also i do have more question....
by jahnvi25
Tue Dec 12, 2023 4:03 pm
Forum: Highcharts Stock
Topic: horizontal line annotation
Replies: 5
Views: 1907
 
Jump to post

horizontal line annotation

is there a way i can display the price on that horizontal line either somewhere on start of the line or end of the line ???

Thanks
by jahnvi25
Fri Dec 01, 2023 3:30 pm
Forum: Highcharts Stock
Topic: crooked5 extension
Replies: 3
Views: 2456
 
Jump to post

Re: crooked5 extension

thanks a lot for reply. I am trying this. and have more question..is there a way to make steps --: points array dynamic ? meaning user can keep adding lines until he presses 'esc' key ?

Thanks
by jahnvi25
Wed Nov 29, 2023 6:24 pm
Forum: Highcharts Stock
Topic: crooked5 extension
Replies: 3
Views: 2456
 
Jump to post

crooked5 extension

Hello !! we have requirement where we need to allow user to draw more than 5 lines in crooked5 annotations.. may be unlimited until user presses some selected button or key to stop .. how can i do that ? also if its uptrend then i want to show that line as green color and downtrend line would be red...
by jahnvi25
Fri Aug 25, 2023 4:02 pm
Forum: Highcharts Stock
Topic: dragging of plotline
Replies: 4
Views: 346
 
Jump to post

Re: dragging of plotline

actually one more question.. i do have situation where i need to show chart as inverted.. in that situation dragging works.. but icon does not work.. like

https://jsfiddle.net/iVestBl/dos0fhu3/

how can i change the icon ?

Thanks
by jahnvi25
Fri Aug 25, 2023 2:48 pm
Forum: Highcharts Stock
Topic: dragging of plotline
Replies: 4
Views: 346
 
Jump to post

Re: dragging of plotline

sorry for late reply.. this would work perfectly..
by jahnvi25
Tue Aug 15, 2023 12:23 am
Forum: Highcharts Stock
Topic: dragging of plotline
Replies: 4
Views: 346
 
Jump to post

dragging of plotline

is there a way i can add dragging of plotlines ? i am looking for highstock's Xaxis's plot line

Thanks
by jahnvi25
Mon Aug 14, 2023 5:23 pm
Forum: Highcharts Stock
Topic: annotation add vs afterUpdate
Replies: 2
Views: 207
 
Jump to post

Re: annotation add vs afterUpdate

thanks for reply.. this would be really helpful.
by jahnvi25
Fri Aug 11, 2023 7:22 pm
Forum: Highcharts Stock
Topic: annotation add vs afterUpdate
Replies: 2
Views: 207
 
Jump to post

annotation add vs afterUpdate

below is the demo code.. https://jsfiddle.net/iVestBl/mzud07ax/1/ in the above example if you add annotation.. first click on chart would fire add event.. then it will start firing afterUpdate event while user is dragging the annotation.. then try to drag/reposition the annotation.. same event(after...
by jahnvi25
Tue Jul 18, 2023 7:17 pm
Forum: Highcharts Stock
Topic: chart zoom and panKey
Replies: 1
Views: 235
 
Jump to post

chart zoom and panKey

Basically we want 'click + pan' default which can be done without any special button.. and zoomkey should be on 'shift' .. but it seems to be not working.. https://jsfiddle.net/iVestBl/vbd03noh/4/ we are looking for shift+ click (select the area) to zoom.. .and then click to do panning.. how can thi...
by jahnvi25
Thu Jul 13, 2023 4:01 pm
Forum: Highcharts Stock
Topic: annotation parallel channel extend to right
Replies: 3
Views: 276
 
Jump to post

Re: annotation parallel channel extend to right

so its not possible to extend to end of the plot area, after annotation is created unless i re-draw..we would like to provide settings to the user "Extend to Right" and "Extend to Left"... any of those are selected.. then lines would have to extend... so unless i write my own bin...
by jahnvi25
Tue Jul 11, 2023 8:20 pm
Forum: Highcharts Stock
Topic: annotation parallel channel extend to right
Replies: 3
Views: 276
 
Jump to post

annotation parallel channel extend to right

is it possible to extend any annotation (specially parallel channel) all the way to the right end of chart.. ? like end to plot area.. but also without changing the default control point.. I tried extending parallel channel annotation by modifying the typeOptions.points.. but that is changing the co...
by jahnvi25
Fri Jul 07, 2023 6:41 pm
Forum: Highcharts Stock
Topic: custom annotation via stock tool
Replies: 3
Views: 352
 
Jump to post

Re: custom annotation via stock tool

sorry for confusion.. what i want is to add actual binding with new class/binding. like implement/customized version of rectangle annotation.. so would have to create new binding like (highcharts-rectangle-annotation) and implement all necessary methods so it behaves like customized version of recta...
by jahnvi25
Fri Jul 07, 2023 6:38 pm
Forum: Highcharts Stock
Topic: Annotation double click event
Replies: 4
Views: 296
 
Jump to post

Re: Annotation double click event

this is working as expected.. thanks again for help

Go to advanced search