Hi all,

I have a generated scatter plot, but it does not show some values beyond
800 although there are values that are higher than 800. (refer to the
attached image).

Observed this in DAS 3.1.0 beta pack.

The chart config I have is as follows:
  conf.x = _chartConfig.x;
        conf.charts = [];
        conf.width = 1300;
        conf.height = 400;
        conf.xTitle = "Time";
        conf.yTitle = "Product Price";
        conf.maxLength = 15;
        conf.zero = true;
        conf.charts[0] = {
            type : "scatter",
            y: _chartConfig.y
        };

Thanks,
Sachith

-- 
Sachith Withana
Software Engineer; WSO2 Inc.; http://wso2.com
E-mail: sachith AT wso2.com
M: +94715518127
Linked-In: <http://goog_416592669>https://lk.linkedin.com/in/sachithwithana
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to