Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eavp-dev] Eclipse SWTChart in EAVP

Hello everyone!

Our team uses SWTChart component from EAVP. It is great library and we like very much new functionality in SWTChart such as scrolling and zooming. It is very usefull!
But we discovered a little error in scrolling functionality: when we use numbers that can not be transformed to int type, scrolling of appropriate axes does not work. This is due to the fact that direct binding between axes data and scroll bar parameters is used. But scroll component has int type of parameters and cannot use numbers that can not be transformed to int type. We encountered this problem when used dates timestamps as data. This numbers are too much for int.

We found decision and implemented it in our fork. We use relative binding between axes data and scroll bar parameters. We know that new SWTChart still in development and we want to be usefull for it. Should we create pill request or it is enought to report a problem?

Thanks for your work!

Best regards, Julia Iventeva


Back to the top