Hi all, I have an application(http://data-gov.tw.rpi.edu/test-demo/ supremeCourt/demo-10016-justice.php) where a "ScatterPlotView" (shown with label "Conservative vs. Liberal(from SCDB)" ) exist within a "viewPanel" which contains other views such as "map", "BarChartView" (shown with label "Total Dissents(from SCDB)" ). Now I encountered two problems about the ScatterPlot. The version of APIs I use is 2.2.0.
The screenshots are at http://data-gov.tw.rpi.edu/test-demo/supremeCourt/Screenshot1.png http://data-gov.tw.rpi.edu/test-demo/supremeCourt/Screenshot2.png 1. color The dots in the ScatterPlotView are of two types, and I have an existing colorCoder to differentiate these two colors. But after I added the colorCoder inside the settings of the ScatterPlotView, like ex:colorKey=".party" ex:colorCoder="party-colors" I found that whenever I click the ScatterPlotView, the labels of the two colors are generated. So that there'd be many duplicate color labels after clicking it several times. Is there a way to avoid the generation of color labels every time? If I'm not using the correct setting, please feel free to point it out. 2. size/scale How to set the width/height of the ScatterPlotView? I tried ex:width="10em" ex:scatterplotHeight="500" ex:scatterplotWidth="1500" Neither works. I would like to make the lengths of unit scales of both X axis and Y axis(i.e. 1K) to be the same rather than that the X axis is longer as what we can see now. Please share the correct settings if you happen to know. And one problem regarding BarChartView: 3. The labels overlapped with each other due to the length of the label. The screenshot is at http://data-gov.tw.rpi.edu/test-demo/supremeCourt/Screenshot2.png Is there a way to deal with this? Thanks! best, Xian Li -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en.
