Search found 47 matches

Go to advanced search

by anu_1555
Wed Sep 13, 2023 2:26 am
Forum: Highcharts Usage
Topic: Stacked column chart
Replies: 3
Views: 121
 
Jump to post

Re: Stacked column chart

Yes please show me some demo, Thanks
by anu_1555
Tue Sep 12, 2023 1:48 pm
Forum: Highcharts Usage
Topic: Stacked column chart
Replies: 3
Views: 121
 
Jump to post

Stacked column chart

Hi, I am trying to build stacked column chart with three columns where each column consists of two datapoints. so for three columns ,will have 6 datpoints in total. Is it possible to have these 6 datapoints in the legends? for example ,in the below fiddle ,we have four datapoints for 2 columns. I ne...
by anu_1555
Tue Aug 08, 2023 12:06 pm
Forum: Highcharts Usage
Topic: click event on xaxis labels
Replies: 1
Views: 76
 
Jump to post

click event on xaxis labels

How can I call a click event on xaxis labels? I want to call a function on click of xaxis labels. Kindly help,Thanks
by anu_1555
Fri Feb 17, 2023 11:45 am
Forum: Highcharts Usage
Topic: add custom svg icons beside legends
Replies: 1
Views: 152
 
Jump to post

add custom svg icons beside legends

Hi,

how can i add custom svg icon besides legends name.In the below fiddle,we have added a png icon but how can we do the same with svg icon.Kindly help.thanks

fiddle: http://jsfiddle.net/ryd061r0/
by anu_1555
Wed Feb 15, 2023 10:03 am
Forum: Highcharts Usage
Topic: Highcharts export image with custom images(png/jpeg) on xaxis
Replies: 4
Views: 791
 
Jump to post

Re: Highcharts export image with custom images(png/jpeg) on xaxis

Hi,

Thanks , I have one more requirement to add jpeg images besides legends names at the bottom and get them exported .How can we achieve this. Thankyou

http://jsfiddle.net/9832dups/
by anu_1555
Mon Jan 30, 2023 2:23 pm
Forum: Highcharts Usage
Topic: Highcharts export image with custom images(png/jpeg) on xaxis
Replies: 4
Views: 791
 
Jump to post

Highcharts export image with custom images(png/jpeg) on xaxis

Hi,

I want to have custom images(png/jpeg) on my xaxis and have them exported to image. But in the below fiddle, when I try to export as an images ,the images on the xaxis are not exporting .Kindly help with exporting custom axis images.Thanks

https://jsfiddle.net/e9scduop/6/
by anu_1555
Mon Jan 30, 2023 9:26 am
Forum: Highcharts Usage
Topic: Add JPG icons to yaxis labels and export
Replies: 1
Views: 164
 
Jump to post

Add JPG icons to yaxis labels and export

Hi,

Is it possible to add custom jpg icons to yaxis labels formatter and still export the chart as an image (with the jpg icons in place)?
by anu_1555
Mon Oct 10, 2022 6:47 am
Forum: Highcharts Usage
Topic: add custom svg icon and text at the bottom right corner of the chart area(credits area)
Replies: 7
Views: 895
 
Jump to post

Re: add custom svg icon and text at the bottom right corner of the chart area(credits area)

Hi, Thankyou so much! I have one more question. I am trying to add svg icon through the path and adding the image as below in the fiddle. I am again getting duplicate images when we resize the browser as shown in the screenshot. Am I setting the transform property correctly here to avoid the duplica...
by anu_1555
Fri Oct 07, 2022 8:05 am
Forum: Highcharts Usage
Topic: add custom svg icon and text at the bottom right corner of the chart area(credits area)
Replies: 7
Views: 895
 
Jump to post

Re: add custom svg icon and text at the bottom right corner of the chart area(credits area)

Hi, Thank you , will checkout but I have observed one strange thing happening in fiddle, when i resize the browser, i am getting multiple texts and svg icons at the bottom as shown in the screenshot and also the text and icons moving from the corner to the middle. How can we avoid this happening and...
by anu_1555
Thu Oct 06, 2022 12:55 pm
Forum: Highcharts Usage
Topic: add custom svg icon and text at the bottom right corner of the chart area(credits area)
Replies: 7
Views: 895
 
Jump to post

Re: add custom svg icon and text at the bottom right corner of the chart area(credits area)

Thanks ! That works but how can i add svg element instead of png. below is the svg i would like to add instead of png. Kindly help.Thanks again

Code: Select all

<svg >
  <path d="M150 0 L75 200 L225 200 Z" />
</svg>
fiddle : http://jsfiddle.net/BlackLabel/nska7oj5/
by anu_1555
Thu Oct 06, 2022 7:59 am
Forum: Highcharts Usage
Topic: add custom svg icon and text at the bottom right corner of the chart area(credits area)
Replies: 7
Views: 895
 
Jump to post

add custom svg icon and text at the bottom right corner of the chart area(credits area)

Hi , How can I add custom svg icon and text at the bottom right corner below the legends in the chart area. Its like we almost want to add the icon and text as disclaimer to the charts at the credits area i.e instead of highcharts.com at the bottom right, want to add icon and text(you can find the s...
by anu_1555
Tue Sep 20, 2022 5:00 pm
Forum: Highcharts Usage
Topic: export trellis bar charts
Replies: 5
Views: 366
 
Jump to post

Re: export trellis bar charts

Thanks. solution makes sense But am not able to find export button as was seeing before. how can i enable export buttons at the top right corner and export them?

https://jsfiddle.net/BlackLabel/8n4p3mve/
by anu_1555
Tue Sep 20, 2022 9:10 am
Forum: Highcharts Usage
Topic: export trellis bar charts
Replies: 5
Views: 366
 
Jump to post

Re: export trellis bar charts

okay thanks but with this approach I am able to export only one column at once but what I am looking for is to have only one export button at the top right corner and then export all the columns in to one chart as we are rendering. Is this possible? Thanks

https://jsfiddle.net/BlackLabel/jzLoy5re/
by anu_1555
Tue Sep 20, 2022 5:10 am
Forum: Highcharts Usage
Topic: export trellis bar charts
Replies: 5
Views: 366
 
Jump to post

export trellis bar charts

How can we add export functionality( image/pdf) for the trellis bar charts.below is the fiddle link .Kindly help,Thanks!

https://jsfiddle.net/we0qLgm2/3/
by anu_1555
Thu Sep 08, 2022 8:38 am
Forum: Highcharts Usage
Topic: avoid heatmaps pointpadding(paddingTop) for the top row
Replies: 1
Views: 184
 
Jump to post

avoid heatmaps pointpadding(paddingTop) for the top row

Hi, I am trying to add spacing between the cells for the heatmaps hence i have added pointpadding and that worked. but i dont want to have spacing at the top for the first row. Could you please help in achieving that? below is the fiddle link and Also added the screenshot where i dont want to have t...

Go to advanced search