Giter Club home page Giter Club logo

highcharts_extjs_4's People

Contributors

joekuan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

highcharts_extjs_4's Issues

error thrown when calling 'setTitle' method

Steps to reproduce:

  • in the demo, open developer console, and enter the following commands:
    var mainChart = Ext.getCmp('main_chart');
    mainChart.setTitle('new chart title');

The following error is displayed: "TypeError: Cannot call method 'setData' of undefined"

Tested in Chrome 17

scrollable graph

Hi,

first of all I would like to mention that I like the plugin quite a lot.
Unfortunately I am not able to create a scrollable chart. The scrollbar does not show up when I set

              scrollbar: {
                  enabled: true
              },

Is there a reason for this?

Best regards
Kristian

HighChart should be updated on afterlayout

Hi Sir,

Thanks for your component.

But in my case there're some problems. I put Char.us.HighChart in the border layouted container. It won't fit the size it should be, even the browser's window has resized.

I change some code in Char.us.HighChart from line 296.

from

      if(this.ownerCt)
        this.ownerCt.on('render', this.update, this);
    } else {
      if(this.ownerCt)
        this.ownerCt.un('render', this.update, this);

to

if(this.ownerCt)
        this.ownerCt.on('afterlayout', this.update, this);
    } else {
      if(this.ownerCt)
        this.ownerCt.un('afterlayout', this.update, this);

Then it works fine.
I hope those code are helpful :D

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.