Search found 25 matches

Go to advanced search

by samadhan17
Tue Aug 08, 2023 6:09 am
Forum: Highcharts Usage
Topic: Use highchart to export charts in pdf format on my own server
Replies: 1
Views: 68
 
Jump to post

Use highchart to export charts in pdf format on my own server

Hi, My use case is to export highcharts in pdf format on my own server. (Not on client where pdf downloads in browser's download path) Here my own server means I will provide server details like server name and path where pdf will get stored . I am already using highcharts with angular framework, to...
by samadhan17
Wed Apr 05, 2023 6:40 am
Forum: Highcharts Usage
Topic: Use highcharts download pdf using java in server side
Replies: 1
Views: 137
 
Jump to post

Use highcharts download pdf using java in server side

Hi,

I want to use java code to download highcharts in pdf format from server side.
I just want pdf file includes multiple charts by highcharts. (Don't want to display anything).
Please let me know how to achieve this using Java Sprint framework.
by samadhan17
Wed Aug 24, 2022 11:15 am
Forum: Highcharts Maps
Topic: Issue in loading highmap with [email protected]
Replies: 13
Views: 1975
 
Jump to post

Re: Issue in loading highmap with [email protected]

Hi, Thanks for help. Now I am facing issues to zoom india graph. In old version of highchart, it is working with below call back function but same not working with version 10. public chartCallback: Highcharts.ChartCallbackFunction = chart => { const pos = chart.fromLatLonToPoint({ lat: 19.07, lon: 7...
by samadhan17
Sat Aug 20, 2022 12:19 pm
Forum: Highcharts Maps
Topic: Issue in loading highmap with [email protected]
Replies: 13
Views: 1975
 
Jump to post

Re: Issue in loading highmap with [email protected]

Thanks for help. I am not getting option to add custom markers in map chart.
Can you please help to add markers with information like shared in image.
by samadhan17
Wed Aug 10, 2022 1:13 pm
Forum: Highcharts Maps
Topic: Issue in loading highmap with [email protected]
Replies: 13
Views: 1975
 
Jump to post

Re: Issue in loading highmap with [email protected]

Hi, Please help with this https://stackblitz.com/edit/angular-ivy ... mponent.ts.

I need help to add pro4j library support and to show map point at right location in map view.
by samadhan17
Tue Aug 09, 2022 11:07 am
Forum: Highcharts Maps
Topic: Issue in loading highmap with [email protected]
Replies: 13
Views: 1975
 
Jump to post

Re: Issue in loading highmap with [email protected]

Hi I tried with addition of pro4j but my points are wrong placed. In map view position of map points are not at right location. Points are getting placed in wrong location. Can you please help to place points at right location. My lat and lon are correct but on map there are not pointing correctly. ...
by samadhan17
Tue Aug 09, 2022 5:40 am
Forum: Highcharts Maps
Topic: Issue in loading highmap with [email protected]
Replies: 13
Views: 1975
 
Jump to post

Re: Issue in loading highmap with [email protected]

Hi, In same above example https://stackblitz.com/edit/highcharts-angular-world-map?file=src%2Fapp%2Fapp.component.ts , After adding mappoints with lat and long, it is not getting placed properly in map view. Since mumbai and pune are part of India, but in map getting it displayed somewhere else. How...
by samadhan17
Mon Aug 08, 2022 4:25 pm
Forum: Highcharts Maps
Topic: Issue in loading highmap with [email protected]
Replies: 13
Views: 1975
 
Jump to post

Re: Issue in loading highmap with [email protected]

Thanks for help. Due to wrong imports it is not getting loaded. Now working fine.
by samadhan17
Sun Aug 07, 2022 2:48 pm
Forum: Highcharts Maps
Topic: Issue in loading highmap with [email protected]
Replies: 13
Views: 1975
 
Jump to post

Issue in loading highmap with [email protected]

Hi, I am facing issue while getting chart display, no error coming in console. I am using a Highcharts@7.2.1 version and highcharts-angular@2.4.0. I am using geojson file, please help. In DOM getting labels and axis for highmap but map is not getting displayed. map.JPG dom.JPG import HighMaps from '...
by samadhan17
Fri Mar 25, 2022 2:44 pm
Forum: Highcharts Stock
Topic: How to hide first column in waterfall chart
Replies: 3
Views: 597
 
Jump to post

Re: How to hide first column in waterfall chart

Yes but visible: false, is not available...Under waterfall type chart series data visible option is not available..

Image
by samadhan17
Thu Mar 24, 2022 3:08 pm
Forum: Highcharts Stock
Topic: How to start first column of waterfall chart from some reference point
Replies: 1
Views: 616
 
Jump to post

How to start first column of waterfall chart from some reference point

Hi, I need to start waterfall chart from some reference value not from 0 of y-axis. How to start from some say 50 reference point of y-axis and further columns will take this 50 as reference and it will plot above that reference value. As per below code, my first column should start from 50 from y -...
by samadhan17
Thu Mar 24, 2022 2:44 pm
Forum: Highcharts Stock
Topic: How to hide first column in waterfall chart
Replies: 3
Views: 597
 
Jump to post

How to hide first column in waterfall chart

Hi,
I wanted to hide first column in waterfall chart so instead to just show dash line at first data point. How to do that.
by samadhan17
Wed Mar 23, 2022 7:30 am
Forum: Highcharts Stock
Topic: Waterfall highstock with dynamic data on scrolling x-axis not updating properly
Replies: 2
Views: 427
 
Jump to post

Re: Waterfall highstock with dynamic data on scrolling x-axis not updating properly

I got solution. using cropThreshold.
As my data points are lagre in number and default cropThreshold is 50 so modified it with length of data points. and it resolved issue.
by samadhan17
Tue Mar 22, 2022 2:17 pm
Forum: Highcharts Stock
Topic: Waterfall highstock with dynamic data on scrolling x-axis not updating properly
Replies: 2
Views: 427
 
Jump to post

Waterfall highstock with dynamic data on scrolling x-axis not updating properly

Hi, in my waterfall highstock, I am having dynamic data so start of waterfall chart works fine on first point from 0 but when I scrolled my x-axis then it should update its reference from recent column height but it is taking 0. So with moving x-axis with scrollbar, I want waterfall chart to take la...
by samadhan17
Wed Apr 07, 2021 1:10 pm
Forum: Highcharts Usage
Topic: Organization highcharts make panning and zooming
Replies: 3
Views: 587
 
Jump to post

Re: Organization highcharts make panning and zooming

With chart.width I can set max width but that will break if there are many levels and nodes in graph.
Consider above image where width I want to keep as it is but it should not overlap on one another.

Go to advanced search