Version: 13.0-alpha-8
Build #: 30608
Build Date: 2012-Dec-13 02:49:14 PM
1. I created a simple chart using the script below
2. Clicked on 2d and the chart changed to 2d.
3. Then i moved the chart to the centre of the screen
4. Changed it to 3d and changed it back to 2D and the chart goes back to the initial position and not the position i moved the chartwhen i toggle betew
script
select top 5 * from orders
GO
.setResultSettings 'Index=1,
CategoryFields="[CustomerID]",
SeriesFields="[OrderID]",
ShowChart=true,
ShowToolbar=true,
Paging=true,
Split=300,
Chart="{column}",
Theme=default,
RotX=325,
RotY=0,
RotZ=0,
ZoomScalar=1.0,
ShowLegend=true,
ShowLegendBorder=true,
ShowGrid=true,
FillGrid=true,
GridOpacity=0.5,
GridLineWidth=1.0,
Title="",
TitlePosition="Bottom Center",
TitleCategory="",
TitleValue="",
UseTitleMargin=false,
UseAxisTitleMargin=false,
AxisTitleOnEdge=false,
PieExplode=0.0,
GroupSmallValues=true,
SmallValuesThreshold=3.0,
PieLabelDistance=3.0,
PieShowLines=false,
LineWidth=1.0,
ShowMarkers=true,
MapShowBackground=false,
MapShowDetails=false,
MapRange="",
MapRangeColors="",
Width=16.0,
Height=10.0,
Depth=5.0,
SeriesSpacing=1.0,
CategorySpacing=1.0,
Font=ARIAL-PLAIN-10,
LegendFontSize=1.0,
SeriesFontSize=1.0,
CategoryFontSize=1.0,
ValueFontSize=1.0,
TitleFontSize=1.75,
AxisTitleFontSize=1.25,
DataLabelFontSize=1.0,
TopColor=#ebf0f5,
BottomColor=#d7dcf5,
PanX=0.0,
PanY=0.0,
Lighting=Default,
Opacity=1.0,
View2D=false,
FitChartToImage=false,
StackedPercent=false,
ShowValueAxis=true,
ShowValueAxisTicks=true,
ShowValueAxisLines=true,
ReverseValueAxis=false,
ShowCategoryAxis=true,
ShowCategoryAxisTicks=true,
ShowCategoryAxisLines=true,
ShowSeriesAxis=true,
ShowDataLabels=false,
ValueAxisNumberFormat="",
CategoryAxisNumberFormat="",
CategoryAxisDateFormat="",
CategoryAxisDateTimeFormat="",
CategoryAxisTimeFormat="",
SeriesAxisNumberFormat="",
SeriesAxisDateFormat="",
SeriesAxisDateTimeFormat="",
SeriesAxisTimeFormat="",
NumericCategoryAxis=false,
MergeAxis=true,
SeriesAlias="default",
SeriesSubType="",
SeriesColumnType="Cube",
SeriesMin="default",
SeriesMax="default",
SeriesColor="default",
SeriesFunctionMetaData="true",
ShowSeriesDataLabels="false",
LegendPosition=Top Right,
LegendWidthType=Fit,
LegendWidth=100,
LegendHeightType=Fit,
LegendHeight=160,
UseLegendMargin=false,
ShowFixedCategoryCount=false,
FixedCategoryCount=0'
|
255 KB
This is a difficult task (to maintain consistency between the move/pan values across 2d & 3d views).
In the meantime, when the user switches, it resets any movement to zero so that the chart won't be drawn offscreen (and not be visible).
This issue should be deferred to a later release (13.5 or 14.0)
If this requires a major change, we can discuss workarounds (making 2d/3d setting sticky)
If this requires a major change, we can discuss workarounds (making 2d/3d setting sticky)
Issue #8076 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 32059 |
No time estimate |
1 issue link |
is a duplicate of #8206
Issue #8206Graph getting displaced upon changing view |
This is a difficult task (to maintain consistency between the move/pan values across 2d & 3d views).
In the meantime, when the user switches, it resets any movement to zero so that the chart won't be drawn offscreen (and not be visible).
This issue should be deferred to a later release (13.5 or 14.0)