Giter VIP home page Giter VIP logo

Comments (5)

lauri108 avatar lauri108 commented on May 27, 2024 2

@Denyllon an essential bit of added info: After disabling the Boost module, the rendering works fine!
in my main.js I've been doing this:

import HighchartsVue from 'highcharts-vue'
import Highcharts from 'highcharts'
import boost from 'highcharts/modules/boost'
Vue.use(HighchartsVue)
boost(Highcharts)

Using the Boost module this way improved the render performance of a single chart significantly (I work with data sizes of 3 series over 10,000 points each), but now that I'm using two charts, using it kills the Y and X axis randomly on either graph when using two graphs.

I've tested with and without the Boost module and am getting a consistent result of both graphs' X and Y axis rendered correctly when Boost is disabled, and a consistent result of either graph's X and Y axis disappearing, as previously described.

The problem with this is of course that rendering is painfully slow, and I expect the size of the data sets to become up to 10 times larger in size.. so, the Boost module is badly needed here

from highcharts-vue.

Denyllon avatar Denyllon commented on May 27, 2024

Hi @lauri108,
Thank you for your report. Could you provide me with minimal working live copy of your project and detailed steps to reproduce it? Would be good to reproduce it using any type of sandbox. I need to exactly know what is the difference between the old chart configuration object and the new one (before the error thrown in console) or what part of that object has changed?

Could be related to the issue reported few days ago on pure Highcharts library repository:
highcharts/highcharts#8355

from highcharts-vue.

lauri108 avatar lauri108 commented on May 27, 2024

@Denyllon I'll try to recreate this error in a simplified version that loads data from static JSON files instead. Thanks!

from highcharts-vue.

Denyllon avatar Denyllon commented on May 27, 2024

Hi @lauri108,

Thank you for more detailed info. It allows me to get closer to the source of the problem. However, as I said before it would be great to see the issue on some live example, because it's hard to guess what exactly causing this kind of problems, so I renew my request of it. I'm most interested in whether the series number has changed after updating?

Best regards!

from highcharts-vue.

Denyllon avatar Denyllon commented on May 27, 2024

Closing the issue, due to lack of activity. Please reopen it in case of any further questions.

from highcharts-vue.

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.