Browse By Tags

  • Data Chart increase font size of legend/axes?

    I am currently on IG/AG ~14.2.

    I couldn't find a property in data charts (currently using stacked line & stacked area composite, and bar & line category charts) which allows for increasing the font size of the axis markers or the legend. Current illustrations…

  • Plot points of chart based upon multiple attributes

    On AG/IG ~13.2.

    As a followup to Color coordinating by parameters between charts, I'm wondering how to get data points to be plotted based upon multiple attributes.

    I have built in functionality to filter down (and sum by) multiple attributes, as requested…

  • Color coordinating by parameters between charts

    I am currently using AG 12.3 and IG 12.3.

    This question builds upon work previously done (AG Composite Chart). As I'm creating multiple charts (one for Design and another in a 3rd tab for Process), users would like to see some color coordination between…

  • Y-Axis truncation in a Chart

    I am on 12.3 for both AG and IG.

    I have many parameters that will eventually go to chart and my dilemma is (for the non-percentage parameters) having values too big for users to get a quick understanding of: stacked for the smallest of these goes to 300k…

  • Demo example for Stacked Series in Data Chart in Ignite UI Charts for Angular does not work

    The StackBlitz link for Stacked Series in Data Chart does not work.


    I've narrowed done the error due to this line of code in the component.ts file

    for (const frag of fragments) {
     stack.series.add(frag); //adding the fragment to stack.series fai…