Opened 11 years ago
Closed 5 years ago
#10386 closed enhancement (patchwelcome)
Plotting Scatter and Stacked Bar plots together in the same chart
Reported by: | anishkumar | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.13 |
Component: | Charting | Version: | 1.4.0b |
Keywords: | dojox charting chart2d | Cc: | |
Blocked By: | Blocking: |
Description
I was trying to have two plots in the same chart. one for Scatter and other for Stacked Bar. The stacked Bar graph displays well with a vertical x axis and horizontal y axis. But for Scatter, even when the axis is mapped properly, it plots itself on horizontal x axis and vertical y. What was expected in this case was the Scatter should have plotted itself as per the axis specification of orientation. I replaced the scatter with Lines but the same problem existed.
Change History (4)
comment:1 Changed 11 years ago by
Component: | General → Charting |
---|---|
Owner: | changed from anonymous to Eugene Lazutkin |
comment:2 Changed 11 years ago by
Milestone: | tbd → future |
---|---|
Status: | new → assigned |
Type: | defect → enhancement |
comment:4 Changed 5 years ago by
Milestone: | future → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | assigned → closed |
Given that no one has shown interest in creating a patch in the past 5+ years, I'm closing this as patchwelcome.
Note: See
TracTickets for help on using
tickets.
There is no automatic inversion of axes for plots --- you should modify your data for that. But it is a worthy feature request.