Completed
Last Updated: 15 Apr 2020 08:45 by ADMIN
Release R1 2020 SP1
rleast
Created on: 27 Jan 2020 16:18
Category: HtmlChart
Type: Bug Report
2
HtmlChart Appearance properties are not fully applied in R1 2020
Some HtmlChart appearance properties are not fully applied in R1 2020 (e.g. XAxis.MajorGridlines="false", ChartTitle.Appearance.TextStyle.Font, etc.)
 
Temporary workaround:
        <script>
            var datavizThemes = kendo.dataviz.ui.themes || {};
            Telerik.Web.UI.RadHtmlChart.prototype.applyTheme = function () {
                var that = this,
                 kendoWidget = that.get_kendoWidget(),
                 themeName = kendoWidget.options.theme,
                 theme = datavizThemes[themeName];
                if (theme && theme.chart) {
                    kendoWidget.setOptions(that._getTheme());
                }
            }
        </script>
2 comments
ADMIN
Vessy
Posted on: 15 Apr 2020 08:45

Hi Philip,

The suggested workaround is actually bringing back the behavior before the change introducing the bug. If the problem faced by you is not fixed after applying it this means that it is related to different issue. I saw that you already have opened a ticket on this matter, so we will continue the investigation on the case there.

Regards,
Vessy
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Philip Thorne
Posted on: 10 Apr 2020 17:57
Didn't fix the sizing issue for me...