Hi Sachith,

You don't have to use maxlength property here. It only shows 15 points on
the x axis. That property is being used for realtime charts.

Thanks,
Dunith

On Wednesday, August 3, 2016, Sachith Withana <[email protected]> wrote:

> 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
>


-- 
Regards,

Dunith Dhanushka,
Associate Technical Lead
WSO2 Inc,

Mobile - +94 71 8615744
Blog - *https://medium.com/@dunithd <https://medium.com/@dunithd>*
Twitter - @dunithd <http://twitter.com/dunithd>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to