Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Looking for Charts that support plotting over columns

    Hi Isomorphic,

    I have a particular need in my application, and haven't been able to find a chart that would suit the use-case (maybe I missed something or didn't look well enough).
    Today in our application we plot charts (line, column etc) on a column across rows on x-axis (For ex. In the showcase - Simple Chart - It is plotting sales across the regions).

    Example Data:

    Hours spent by each employee per week on projects
    Name Project 1 Project 2 Project 3
    Jack 12 8 20
    Jill 10 15 15

    Using this data set, we get the charts as:
    Click image for larger version

Name:	default.png
Views:	83
Size:	2.2 KB
ID:	256986

    What we are looking for is:
    Click image for larger version

Name:	expected.png
Views:	104
Size:	2.2 KB
ID:	256985

    Is there any chart type that provides this?
    We are on build: Isomorphic SmartClient/SmartGWT Framework (v11.0p_2017-02-04/Enterprise Deployment 2017-02-04)

    Thanks

    #2
    If you just go to the Simple Chart sample, you can use the right click menu to turn off stacking, then you can flip between the two views above via the Swap Facets menu.

    The same thing can be accomplished programmatically by simply providing the two facets in the opposite order.

    Comment


      #3
      Actually the requirement for us was to have a plot on multiple columns which didn't work when we tried.
      Turns out we had made a mistake on our end and thus were facing the issue.
      Thanks for the prompt response.

      Regards.

      Comment

      Working...
      X