Browse By Tags

  • Value inside the hole of doughnut chart

    I want to set the value/Image inside the circle.
    Please give me quick reply it's very important to me.
    Thanks in advance.
  • I have an Error when trying instantiate a doughnutchart

    I get the following error in the console when i execute the following code

    $('#donutChart').igDoughnutChart({
    width: '500px',
    height: '500px',
    series: [{
    name: this.Report.Name,
    labelMemberPath: 'labels',
    valueMemb…
  • igDoughnutChart IsTransitionInEnabled

    Hi,

    I was wondering if the igDoughnutChart had a similar setting to the DataChart IsTransitionInEnabled? If it does not can you recommend any approach to achieve a similar result?

    Thanks,

    Euan

  • igDoughnutChart add text/label to centre

    Hi,


    Is it possible to add text/label to the centre of the igDoughnutChart? Like the number 13 below:

    Thanks,

    Euan.

  • Value inside the hole of doughnut chart

    I have an application that I need to place the total of the values in the center hole of a donut chart.  For instance, if I had 5 series values of 1, 2, 3, 4 and 5 then the hole in the center of the donut would contain 15.  Of course, I would need to be…

  • Slice Selection

    Under the following link:

    http://www.igniteui.com/help/igdoughnutchart-overview

    I see a section that describes that there is an api exposed to set a slice selected but I cannot find an example or anything under the api documentation on how to select…

  • Customize the igDoughnutChart legend

    Hi,

    I need help with creating a custom legend.

    By default, the legend renders the value of the labels, but i also want to display the values.

    I can't find any examples of how to customize the legend.

    thanks,

    wvusaf

  • Updating igDoughnutChart in real time

    Hi,

    The documenation states that I should be able to use 'notifySetItem' to update the chart whenver my data source is updated. However, I'm getting an error stating that 'notifySetItem' is not a method on igDoughnutChart.

    I've done…

  • How to hide series in doughnut chart?

    I want to hide 1 series in doughnut chart and just show it when i check the checkbox near chart

    How can i do this?

  • How to change the values for the slice size dynamically

    Hallo,

    I try to use your multiring doughnut chart control and I want the values in the slices to change dynamically. But they always take the same values. Even though I put alerts for all the values from the list and they change dynamically, but in the…

  • How to igDoughnutChart clarity when printed.

    Hello,

    I want igDoughnutChart be clarity when it is zoomed. And was printed by the function windown.print.
    Now I use the code ==> pixelScalingRatio: 2, but it seems it will not work igDoughnutChart. It works only igDataChart.

    This is normal pattern…

  • Others category comes back with "Undefined" for the number

    I have a doughnut chart on my page that I am filling with a data service. Once my data comes back, I have 9 items. With my current test data, 3 of them are small enough that the doughnut chart combines them into "Other". However, the number is displayed…

  • igDoughnutChart percentage height and width

    Hi,

    I am trying to use the igDoughnutChart using the ASP MVC helper but can't seem to get the chart to appear if I specify a percentage height and width. If I modify the height and width to a known px value the chart appears as expected. Is it possible…

  • igDoughnutChart re-orders chart colours

    Hi, came across this quirk of the igDoughnutChart today and was wondering if there is anything I can do to prevent it from happening. It looks like when the value of one of the segments is quite small the graph control changes the colours used for the…

  • In IE9, when we have a single category donught, pointing on to the inner circle of dougnt chart it start showing the categor'es percentage.

    In IE9, when we have a single category doughnut, pointing on to the inner circle of doughnut chart it start showing the categories percentage.
    This is only in IE9 No other browser engine is behaving like this
    We are using version 9.1.20091…
  • Unable to disable labels and maintain legend

    Hello

    I am unable to disable the labels without disabling the legend's values.

    var data1 = [
    { "SqFt": 102000, "ShortLabel": "BC", "Label": "British Columbia" },
    { "SqFt": 102000, "Label": "Manitoba…

  • How to use doughnut chart appear hierarchical having different slices for every category have similar color?

    I want to use  doughnut chart type for my web-app. The desired layout for my use is shown below. This image was taken from the site link

    I have the same requirement to have child circles with corresponding slices to match the color scheme of the parent…

  • How to Customize Ignite UI Doughnut Chart Control

    The igDoughnutChart displays data similar to a pie chart and can display multiple sets of data around a common center. With the Ignite UI Doughnut chart you can easily display multiple rings at the same time, and are capable of binding the same or different…