Giter Club home page Giter Club logo

publish-highcharts-modules's Introduction

publish-highcharts-modules

Publishes highcharts modules to separate npm package.

List of modules

You can find the list of modules here!

Versions

Eventually the plan is to use package versions, but for now I'm using fake versions to make sure everything works well.

Issues

Create issues in this repository.

publish-highcharts-modules's People

Contributors

kirjs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

publish-highcharts-modules's Issues

highcharts-more pointing to old version.

Latest version of highcharts more is v4.2.3

The npm module as of now is delivering v4.2.1

There is a bug in v4.2.1 that i like to get rid of when using npm. =)

highcharts-solid-gauge Uncaught TypeError

I got the next error:

highcharts.js?02c4:11: Uncaught TypeError: a is not a constructor

when I initialized it:

const ReactHighcharts = require('react-highcharts')
const SolidGauge = require('highcharts-solid-gauge')
const ReactSolidgauge = SolidGauge(ReactHighcharts.Highcharts)

TypeError: Cannot read property 'buttons' of undefined with highcharts-offline-exporting.

Hi, i am trying to export the ReactHighchart to the PDF in offline. I have imported ReactHighchart and HighchartsOfflineExporting as below:

import ReactHighcharts from 'react-highcharts';
import HighchartsOfflineExporting from 'highcharts-offline-exporting';
HighchartsOfflineExporting(ReactHighcharts.Highcharts); 

Error I got:

Uncaught TypeError: Cannot read property 'buttons' of undefined
    at eval (eval at  (main.js:149), :14:408)
    at eval (eval at  (main.js:119), :47:42)
    at Object. (main.js:119)
    at Q (main.js:1)
    at c (main.js:1)
    at eval (eval at  (main.js:125), :57:21)
    at Object. (main.js:125)
    at Q (main.js:1)
    at c (main.js:1)
    at eval (eval at  (main.js:120), :21:15)

Line in the source where the error occurred:

 c.getOptions().exporting.buttons.contextButton.menuItems = ...

When i use:

...
import HighchartsExporting from 'highcharts-exporting';
HighchartsExporting(ReactHighcharts.Highcharts); 

Export works properly, but only in online mode.

unable create the columnrange chart geting Cannot read property 'lineWidth' of undefined

import React from 'react';
import Highcharts from 'highcharts';
import ReactHighcharts from 'react-highcharts';
import HighchartsMore from 'highcharts-more';
import HighchartsExporting from 'highcharts-exporting';

HighchartsMore(ReactHighcharts.Highcharts);
HighchartsExporting(ReactHighcharts.Highcharts);

other then columnrange chart type are working good
for chart type "columnrange" getting below error
highcharts.js:299 -> Uncaught TypeError: Cannot read property 'lineWidth' of undefined
is any work around for columnrange chart

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.