[FIXED] [#114] Chart mask and zoom

Page 3 of 4 FirstFirst 1234 LastLast
  1. #21
    Though you are right. The thread is actually opened. So, [CLOSED] tags looks inconsistent. I removed.
  2. #22
    Sencha opened bug tickets for the both issues.

    We created an Issue to track it.
    https://github.com/extnet/Ext.NET/issues/114
  3. #23
    Perfect :-D
  4. #24

    mask Zoom chart

    Hi everybody,

    Did anyone fix this issue of zooming?


    ==============================



    Quote Originally Posted by feanor91 View Post
    Hello

    I try to adapt that example:

    http://docs.sencha.com/ext-js/4-1/#!/api/Ext.chart.Mask

    But i'm not able to make it working. I do that :

                MyChart.Mask = True
                MyChart.Listeners.Select.Fn = "MaskChart"
    and

    var MaskChart = function ( me, selection )
    {
        me.setZoom( selection );
        me.mask.hide();
    }
    but the mask is not drawn on the chart, and nothing happened.
  5. #25
    Hello @hassane,

    I think the bug which you quoted has been fixed. But there is another bug which is not fixed yet.

    Unfortunately, I don't know any workaround for now.
  6. #26
    Thank you Daniil,

    I think it is better to use Highcharts with Ext






    Quote Originally Posted by Daniil View Post
    Hello @hassane,

    I think the bug which you quoted has been fixed. But there is another bug which is not fixed yet.

    Unfortunately, I don't know any workaround for now.
  7. #27
    Maybe, but I think the masking issue will be fixed by Sencha.

    What are the other possible benefits of using Highcharts? Just to know your opinion.
  8. #28
    Thank you Daniil for your quick reply.

    To my knowledge, I did not see anything else more than masking and zooming. I can add the option 'save as pdf', but it's not important.



    Quote Originally Posted by Daniil View Post
    Maybe, but I think the masking issue will be fixed by Sencha.

    What are the other possible benefits of using Highcharts? Just to know your opinion.
  9. #29
    Quote Originally Posted by hassane View Post
    To my knowledge, I did not see anything else more than masking and zooming.
    Ok, good to know.

    Quote Originally Posted by hassane View Post
    I can add the option 'save as pdf', but it's not important.
    Do you mean there is a possibility to export Highchart to pdf?
  10. #30
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Replies: 4
    Last Post: Apr 26, 2016, 10:52 PM
  2. Replies: 6
    Last Post: Apr 24, 2016, 5:21 PM
  3. Replies: 4
    Last Post: Feb 21, 2016, 11:42 AM
  4. Getting VisibleRange of Chart after Zoom
    By Olloxan in forum 3.x Help
    Replies: 2
    Last Post: Sep 28, 2015, 8:04 AM
  5. [CLOSED] Chart Mask until render is complete
    By cwolcott in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 27, 2012, 2:33 PM

Posting Permissions