1. Execute the below query against SQL Server Northwind database
2. Move the cursor over the chart area and the chart decreases its width. See attached gif
select top 5 * from orders
GO
.setResultSettings 'Index=1,
CategoryFields="[CustomerID] ASC,[EmployeeID],[OrderDate]",
SeriesFields="[EmployeeID]",
SortFields="[CustomerID] ASC",
ShowChart=true,
ShowToolbar=true,
Paging=true,
Split=300,
Chart="{column}",
Theme=equity,
RotX=326,
RotY=2,
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=true,
UseAxisTitleMargin=true,
AxisTitleOnEdge=true,
PieExplode=0.0,
GroupSmallValues=true,
SmallValuesThreshold=3.0,
PieLabelDistance=3.0,
PieShowLines=true,
PieShowValues=true,
LineWidth=1.0,
ShowMarkers=true,
MapShowBackground=true,
MapShowDetails=true,
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=#ffffff,
BottomColor=#e9e5dc,
TitleColor=#696464,
ValueLabelColor=#696464,
ValueTitleColor=#696464,
CategoryLabelColor=#696464,
CategoryTitleColor=#696464,
SeriesTitleColor=#696464,
PanX=0.0,
PanY=0.0,
Lighting=Default,
Opacity=1.0,
View2D=false,
FitChartToImage=false,
StackedPercent=true,
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=true,
ShowFixedCategoryCount=true,
FixedCategoryCount=0'
Is this new breakage?
I see it as far back as 13.0.1-5 and will try earlier versions, too.
I see it as far back as 13.0.1-5 and will try earlier versions, too.
Issue #9886 |
| New |
Completion |
| No due date |
| No fixed build |
| No time estimate |
Is this new breakage?