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…

  • Data Charts: stop the line when the data ends?

    I am on IG/AG ^14.2.

    I have a data chart (based upon a data grid) which is fairly dynamic. The history of this arrangement can be found in Plot points of chart based upon multiple attributes, and others dealing with my journey through data charts.

    At any…

  • Data chart not showing at all

    Hello,

    I am trying to add simple example of igx-data-chart in my Angular part of Electron app as shown here:https://www.infragistics.com/products/ignite-ui-angular/angular/components/charts/chart-overview#angular-bar-chart and the chart is not showing at…

  • Mini Navigation Drawer content?

    I'm using AG/IG 12.3.

    I am attempting to work with the Navigation Drawer Mini example and finding it difficult to introduce content into the separate navigation panes (not wanting to use routing). I have started a basic example.

    The first part is the…

  • Two charts next to each other

    I'm on AG/IG 12.3.

    I know I'm missing something with the styling but I'm not sure if it's specific to the way charts are done or not.

    Here is my HTML:

    <div style="float: left">
        <div class="inline">
            <label>Wafer Outs:&nbsp;…

  • Dynamic chart component with tabs

    I am currently using AG 12.3 and IG 12.3.

    I am asking this as a follow-up to AG Composite Chart.

    I was successfully able to create the 4 charts I needed, all in the same (exposing) component thanks to the response which included this sample: 8132.DynamicStackedChart…