Mapantz
Posts: 29
Joined: Tue Nov 05, 2019 12:24 pm

Drilldown with export

Hi there

I have notice an issue when I export a drill down chart - https://postimg.cc/YjmLSSf8

Attachment uploader isn't working for me, no picture appears.

I know what is causing it, however, this never used to be a problem..

drilldown: {
activeAxisLabelStyle: {
textDecoration: 'none',
textOutline: '10px',
fontWeight: 'normal',
color: '#000000'
},
activeDataLabelStyle: {
textDecoration: 'none',
textOutline: '10px',
fontWeight: 'normal',
color: '#000000'
}
},

I added that because I don't like the white glow around the text. By adding what I did, the text stands out better, but this isn't reflected in the export function.

As I mentioned above, the drilldown chart used to export fine, so something has changed.
magdalena
Posts: 517
Joined: Tue Aug 24, 2021 1:32 pm

Re: Drilldown with export

Hi,

Thank you for contacting us with the issue.

What version of the export server do you use for your project?

Regards!
Magdalena Gut
Developer and Highcharts Support Engineer
Mapantz
Posts: 29
Joined: Tue Nov 05, 2019 12:24 pm

Re: Drilldown with export

Hi - Sorry for the late reply, busy weekend!

I'm just using this:

https://code.highcharts.com/modules/exporting.js

PS: There's something wrong with this forum as I can't post properly without getting directed to a webpage with a mess of characters.
magdalena
Posts: 517
Joined: Tue Aug 24, 2021 1:32 pm

Re: Drilldown with export

Hi,

I've reproduced your issue and I don't see any text shadow for xAxis.labels. In case of series.dataLabels try to set textOutline to 'none', like in the following code:

Code: Select all

  plotOptions: {
    series: {
      dataLabels: {
        enabled: true,
        style: {
          textOutline: 'none'
        }
      }
    }
  },
Demo:
https://jsfiddle.net/BlackLabel/0pokrxf9/

P.S. Thank you for noticing - we'll look into it!

​If you have further inquiries, you may reach out to me at any time,
Regards!
Magdalena Gut
Developer and Highcharts Support Engineer
Mapantz
Posts: 29
Joined: Tue Nov 05, 2019 12:24 pm

Re: Drilldown with export

Thank you! That fixed it!

One quick thing; Is it possible to show the new breadcrumbs when exporting a chart?
magdalena
Posts: 517
Joined: Tue Aug 24, 2021 1:32 pm

Re: Drilldown with export

That's great to hear!

When it comes to breadcrumbs exporting, unfortunately, this is not possible for now.

Feel free to ask any further questions,
Regards!
Magdalena Gut
Developer and Highcharts Support Engineer

Return to “Highcharts Stock”