This is a migrated thread and some comments may be shown as answers.

Column Chart MaxValue not showing FireFox/Chrome

2 Answers 55 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
Vince
Top achievements
Rank 1
Vince asked on 27 Feb 2013, 07:17 PM
See 2 attached screenshots.  IE works, FireFox and Chrome do not.  I have not modified any CSS and am using the Metro skin.

    <telerik:RadHtmlChart ID="RadHtmlChart1" runat="server" DataSourceID="SqlDSUserRatings" Skin="Metro">
        <ChartTitle>
            <Appearance Visible="False" />
        </ChartTitle>
        <Legend>
            <Appearance Visible="False" />
        </Legend>
        <PlotArea>
            <YAxis MaxValue="5" MinValue="0">
                <TitleAppearance Text="Rating" />
            </YAxis>
            <XAxis DataLabelsField="FullName">
                <TitleAppearance Text="User"></TitleAppearance>
            </XAxis>
            <Series>
                <telerik:ColumnSeries DataFieldY="Rating" Name="Series 1">
                </telerik:ColumnSeries>                
            </Series>
        </PlotArea>
    </telerik:RadHtmlChart>

Thanks,
Andrew

2 Answers, 1 is accepted

Sort by
0
Vince
Top achievements
Rank 1
answered on 27 Feb 2013, 09:34 PM
I am using <LabelsAppearance Position="InsideEnd" /> in the mean time.
0
Danail Vasilev
Telerik team
answered on 01 Mar 2013, 04:53 PM
Hello Vince,

Thank you for contacting the Telerik Support Team.

This is an issue with the labels of the SeriesItems when:
  • Their value is equal or greater than the MaxValue of the YAxis.
  • Labels' position property is set to outsideEnd or Above.
  • The chart title is not set.

 I have logged this issue in our feedback portal here, so that you can comment, monitor or vote on it. However, I cannot guarantee with any time bounds for the fix as our developers have already prioritized their tasks for this Q.

For the time being you can simply set the chart title with space character.

I have also updated your Telerik points for reporting this issue.


Kind regards,
Danail Vasilev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Chart (HTML5)
Asked by
Vince
Top achievements
Rank 1
Answers by
Vince
Top achievements
Rank 1
Danail Vasilev
Telerik team
Share this question
or