Coder Social home page Coder Social logo

Comments (4)

nlfurniss avatar nlfurniss commented on July 18, 2024

What version of Highcharts did you try to upgrade to? Can you provide a gist with the stacktraces of the errors you were seeing?

from ember-highcharts.

lukkor89 avatar lukkor89 commented on July 18, 2024

I was using highcharts in version "^6.2.0" and updated to "highcharts": "^7.0.1". I see they've started to use container for charts that I ve been missing in my handlebars. I have just wondering if there is possible to use xrange mode at all, because You didn't mention about it in docs:

includeModules: ['map', 'broken-axis', 'heatmap', ... ]
/* available modules:
boost, broken-axis, canvas-tools, data, drilldown, exporting, funnel,
heatmap, map, no-data-to-display, offline-exporting, solid-gauge, treemap
*/

from ember-highcharts.

nlfurniss avatar nlfurniss commented on July 18, 2024

Do you know when xrange was added to handlebars? Can you link to xrange in the highcharts docs?

from ember-highcharts.

nlfurniss avatar nlfurniss commented on July 18, 2024

@lukkor89 all you need to do is add xrange to the includeModules here, and set the chart type tp xrange

ex:

  chartOptions = {
    chart: {
      type: 'xrange'
    },

I modified the example basic bar chart in the dummy app as a demo
image

from ember-highcharts.

Related Issues (20)

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.