Giter VIP home page Giter VIP logo

ext.ux.highcharts's People

Contributors

klightspeed avatar pgodwin avatar

Watchers

 avatar  avatar

Forkers

klightspeed

ext.ux.highcharts's Issues

Fix code gen and arrays

Currently a JSON serialisation error with arrays. Need to support generation of different Serialisation options, particularly important for the sub-type properties which will soon arrive.

Fix Namespaces

Look to flatten down the name-spaces to make using the controls in ASP.NET simpler (fewer references).

Better handling of "sub-classes"

Add special support for "Events". Add support for generation of Ext.Net style listeners. Done.

Need to change how sub-types are generated. Possibly move them to be "top-level", eg Tooltip

Where sub-types exist add properties instead of sub-types. Again Eg: ToolTip, DataLabels, Dial, etc.

Add code for functions

Server-side methods to remotely call client-side HighCharts events during Ajax Events.

Raw API Json:
http://api.highcharts.com/highcharts/object/dump.json

Issue is the parameter objects are only defined as (for example) addPlotBand (Object options) - the description does reference the options object, but it's not exactly machine readable...
What will probably happen is the method will be overriden in a separate class. Ie in C# land we'll see
public abstract void AddPlotBand(object options) { }
and
public abstract void AddPlotBand(PlotBand options) { ... } - both are equivalent, but the later makes development much nicer...

Others such as removePlotBand (String id) are nice and simple and will map easily.

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.