Coder Social home page Coder Social logo

Comments (10)

SSS2557 avatar SSS2557 commented on July 18, 2024

screen shot 2016-02-18 at 4 06 50 pm

from ember-highcharts.

SSS2557 avatar SSS2557 commented on July 18, 2024

For now, I added on the highcharts.src.js

if(!Parent) { Parent = function () { }; }

from ember-highcharts.

gregjopa avatar gregjopa commented on July 18, 2024

I think highcharts-more.js is required to use the solid-guage module. Ex: http://jsfiddle.net/gh/get/jquery/1.9.1/highslide-software/highcharts.com/tree/master/samples/highcharts/demo/gauge-solid/

Try updating your config to:

    emberHighCharts: {
      includeHighCharts: true,
      includeHighChartsMore: true,
      includeModules: ['solid-gauge']
    }

Let me know if that solves your problem.

from ember-highcharts.

SSS2557 avatar SSS2557 commented on July 18, 2024

unfortunately no :(

I see ember build errors when i do that.

/source_map_concat-input_base_path-XJnjiS11.tmp/0/vendor/highcharts/highcharts/highcharts-more.src.js' not found

from ember-highcharts.

gregjopa avatar gregjopa commented on July 18, 2024

Sounds like there may be an issue with the assets in your temp folder. Try running: rm -rf dist tmp and then restarting the ember server.

If that doesn't work then can you provide more info? Let me know the OS you're using, the version of ember-cli, and version of npm.

from ember-highcharts.

SSS2557 avatar SSS2557 commented on July 18, 2024

I always clean...so that doesn't work :(

Here is what I have:
version: 2.3.0
node: 0.10.38
os: darwin x64
npm: 1.4.28

from ember-highcharts.

gregjopa avatar gregjopa commented on July 18, 2024

I think the old version of Node is the problem. With node v0.10.x there was an issue with creating the correct path for highcharts-more. This issue has already been fixed in PR #59 but it hasn't been released yet. Can you try upgrading to a newer version of Node? Or installing this addon directly from the master branch? Ex: npm install git://github.com/ahmadsoe/ember-highcharts.git#master --save-dev

from ember-highcharts.

SSS2557 avatar SSS2557 commented on July 18, 2024

Sure :)

I will glady give the master branch a shot and get back.
Unfortunately, trying newer version of Node is not an option for me due to constraints where I work at the moment as well as our dependencies

from ember-highcharts.

SSS2557 avatar SSS2557 commented on July 18, 2024

Update:

Master branch at the moment works :)

Thanks

from ember-highcharts.

gregjopa avatar gregjopa commented on July 18, 2024

Good to hear. Version 0.4.1 just got released which includes the fix you need. Please use that instead of the master branch.

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.