Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 84751

HtmlChart works on localhost but not on web server

$
0
0

I have HtmlChart control which works from Visual Studio 2015, but not when deployed on a Web Server. When View Source, the Web Server page source does not have the svg tag. The source is below. The Telerik dll version is 2016.2.504.45, size 26,416 KB, dated 5/23/2016 11:25 AM. How can I correct the behavior on the web server please?

<svgxmlns="http://www.w3.org/2000/svg"style="left: 0px; top: -0.36px; width: 100%; height: 100%; overflow: hidden;"version="1.1">
<telerik:RadHtmlChartID="rhcSummary"runat="server"
    Height="200"
    Width="700">
    <PlotArea>
        <Series>
            <telerik:ColumnSeriesName="OpenClaims"DataFieldY="Value">
                <AppearanceFillStyle-BackgroundColor="Green"/>
                <TooltipsAppearanceBackgroundColor="LightGray">
                    <ClientTemplate>
                        #= dataItem.Tooltip #
                    </ClientTemplate>
                </TooltipsAppearance>
            </telerik:ColumnSeries>
        </Series>
        <XAxisName="Statuses"
            DataLabelsField="Meaning"
            MajorTickSize="1"
            MinorTickSize="1"
            Step="1"/>
        <YAxisName="Counts"
            MajorTickSize="5"
            MinorTickSize="5"
            Step="10"/>
    </PlotArea>
    <Legend>
        <AppearanceVisible="false"/>
    </Legend>
</telerik:RadHtmlChart>

Viewing all articles
Browse latest Browse all 84751

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>