Am Dienstag, 16. Juli 2013 21:44:26 UTC+2 schrieb [email protected]: > > Hi > > I am a newbie, i have some doubts in the gwt > > 1 - Here are the points which i need to customize the Line / Bar Chart > > a) Legend position Should come under the chart panel. > b) Customized legend color change > c) Customized font color, Size of legends > d) Customezed Tooltip for graph >
Well, search for graph/chart libraries that support this use cases. I would evaluate: 1.) Highcharts 2.) GFlot 3.) Google Charts 2 - For Separate Graph view > > In a single page user can see maximum four graphs at a time. But There > is a selection criteria where > a) If some select one check box a graph will come out full page. > b) If some one select two checkboxes, two graphs will be displya in full > page (one is left and another one is right ) > c) If some one select three check box three graphs will come in the > entire page (Two graphs Above and one below) > d) if some one select four check box four graphs will come in the entire > page (Above Two and Two Below) > similarly > i) If some one deselect a checkbox out of four selected three graphs > will be display (Two graphs Above and one below) > ii) If some one deselect another check box two graphs will be display in > the entire page. > Thats ordinary code you have to program yourself using GWT widgets (or any other widget library). Not sure how to help here other than pointing you to the GWT documentation http://www.gwtproject.org/doc/latest/DevGuideUi.html -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
