[CLOSED] Suggestion for a Plugin (Sparkline)

  1. #1

    [CLOSED] Suggestion for a Plugin (Sparkline)

    Hi,

    I can really use something like this jQuery Sparkline UI library that was made into a ExtJS plugin

    Unfortunately, I don't know how to incorporate the JS Plugin with Ext.NET or even if it is possible.

    The code is almost 3 years old and not quite sure it would work with ExtJS 4.

    Anyway, this would make a great little plugin for the Ext.NET grid as a future product enhancement.
    I would certainly use this and I'm others would find it useful.

    Thanks,
    Leo
    Last edited by Daniil; Feb 07, 2014 at 7:00 AM. Reason: [CLOSED]
  2. #2
    Hi @leonardm,

    Thank you for the suggestion.

    I see someone updated the plugin for ExtJS 4.
    http://www.sencha.com/forum/showthre...l=1#post948360

    Seems there is ExtJS 4.1.3. The latest Ext.NET v2 is based on ExtJS 4.2.1. So, some slights changes might be required.

    As far as I can see, it is not a plugin, it is a new widget inherited from a Column.
    Ext.define('Ext.ux.column.Sparkline', {
         extend: 'Ext.grid.column.Column',
    In this post I tell how to incorporate a third-party component to Ext.NET
    http://forums.ext.net/showthread.php...l=1#post124378
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi @leonardm,

    Thank you for the suggestion.

    I see someone updated the plugin for ExtJS 4.
    http://www.sencha.com/forum/showthre...l=1#post948360

    Seems there is ExtJS 4.1.3. The latest Ext.NET v2 is based on ExtJS 4.2.1. So, some slights changes might be required.

    As far as I can see, it is not a plugin, it is a new widget inherited from a Column.
    Ext.define('Ext.ux.column.Sparkline', {
         extend: 'Ext.grid.column.Column',
    In this post I tell how to incorporate a third-party component to Ext.NET
    http://forums.ext.net/showthread.php...l=1#post124378
    Thank you Daniil that helps a lot.
    I'll see if I can make this work for my current project.
    Leo
  4. #4
    There will be some support for Sparkline in next major release of Ext.NET (3.0).

    We don't have a date when 3.0 will be available, although it's still a ways away at this point. Public release in late Q3 or early Q4 is our goal.
    Geoffrey McGill
    Founder
  5. #5
    Quote Originally Posted by geoffrey.mcgill View Post
    There will be some support for Sparkline in next major release of Ext.NET (3.0).

    We don't have a date when 3.0 will be available, although it's still a ways away at this point. Public release in late Q3 or early Q4 is our goal.
    Excellent News! I'll be waiting patiently.

    Thanks

Similar Threads

  1. Need a suggestion for layout
    By AlexMaslakov in forum 1.x Help
    Replies: 0
    Last Post: Sep 28, 2011, 7:14 AM
  2. [CLOSED] Suggestion
    By stoque in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 14, 2011, 12:34 PM
  3. [CLOSED] Need suggestion for Checkbox + TextField per line layout
    By deejayns in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: May 29, 2011, 9:14 PM
  4. [CLOSED] Suggestion for right control and usage
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: Aug 06, 2010, 10:05 AM
  5. Suggestion: More comprehensive example on AjaxEvents.
    By jeeshenlee in forum Open Discussions
    Replies: 2
    Last Post: May 17, 2010, 9:59 PM

Tags for this Thread

Posting Permissions