question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

exporting button not shown

See original GitHub issue

It’s might not be a bug. But I don’t know what I did wrong. The chart is shown, but export button is not. No runtime error. Do I need to do anything to make export shown on chart?

var Highcharts = require('react-highcharts/bundle/ReactHighcharts'); // Highcharts is bundled 
require('highcharts-exporting');
require('highcharts-more');

I use ES6 style class. In render:

return (
  <div>
    <Highcharts config = {configVar} />
  </div>
);

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
jma7889commented, Feb 12, 2016

OK, webpack version is working now with following code. @kirjs what is global? It seems the key to make it work. Is that possible to use import instead of require? I tried import, it doesn’t work.

global.Highcharts = require('highcharts');
require('highcharts/modules/exporting')(global.Highcharts);
var ReactHighcharts = require('react-highcharts');

@kirjs Thanks for your help, please close the issue. Now two versions both are working.

0reactions
ommyancommented, Aug 16, 2018

@jma7889 ,

how to make working on webpack?

Read more comments on GitHub >

github_iconTop Results From Across the Web

highchart export button not show - Stack Overflow
I´m prooving highcharts with a simple graph ...
Read more >
Export button not showing - Adobe Support Community
You can try clicking on a changeable setting in the Export dialog, then hitting the Tab key multiple times, as some users have...
Read more >
Export button Missing - Power Platform Community - Microsoft
You need to be in flow to do the export. Go to https://flow.microsoft.com and the export button will appear! I tried the suggested...
Read more >
Why is my "Export" button not working and what can I do about ...
Try exporting using an Incognito window on Google Chrome. To open an incognito window, press Shift + Command + N on your keyboard,...
Read more >
My "SIS Export" button is missing. - Google Support
I have been exporting grades to Infinite Campus all year and today I could not export because the "SIS export" button is nowhere...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found