Unable to display the column name in column chart

Hi,

Am unable to display the column name in the column chart below is the screen shot for the same.

Am able to click on the column bar but unable to get the column name as i have around 150 columns in the chart .

expecting the column name in orange line.

Can anyone suggest me pls.

Thanks in advance

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

     : It seems that when there are many columns, the column names cannot adjust properly with the columns themselves. However, when the number of columns is reduced, the names can adjust accordingly. I attempted to address this by modifying the code, but encountered the same issue as you did.

    a!columnChartField(
    label: "Most Tasks",
    categories: {
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    },
    series: {
    a!chartSeries(label: "Tasks", data: {
    34, 30, 30, 27, 24, 19, 18, 16,
    34, 30, 30, 27, 24, 19, 18, 16,
    34, 30, 30, 27, 24, 19, 18, 16,
    34, 30, 30, 27, 24, 19, 18, 16,
    34, 30, 30, 27, 24, 19, 18, 16,
    34, 30, 30, 27, 24, 19, 18, 16,
    34, 30, 30, 27, 24, 19, 18, 16,
    34, 30, 30, 27, 24, 19, 18, 16,
    34, 30, 30, 27, 24, 19, 18, 16,
    34, 30, 30, 27, 24, 19, 18, 16,

    })
    },
    yAxisTitle: "Tasks",
    showLegend: false,
    showTooltips: true

Reply
  • 0
    Certified Senior Developer

     : It seems that when there are many columns, the column names cannot adjust properly with the columns themselves. However, when the number of columns is reduced, the names can adjust accordingly. I attempted to address this by modifying the code, but encountered the same issue as you did.

    a!columnChartField(
    label: "Most Tasks",
    categories: {
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
    },
    series: {
    a!chartSeries(label: "Tasks", data: {
    34, 30, 30, 27, 24, 19, 18, 16,
    34, 30, 30, 27, 24, 19, 18, 16,
    34, 30, 30, 27, 24, 19, 18, 16,
    34, 30, 30, 27, 24, 19, 18, 16,
    34, 30, 30, 27, 24, 19, 18, 16,
    34, 30, 30, 27, 24, 19, 18, 16,
    34, 30, 30, 27, 24, 19, 18, 16,
    34, 30, 30, 27, 24, 19, 18, 16,
    34, 30, 30, 27, 24, 19, 18, 16,
    34, 30, 30, 27, 24, 19, 18, 16,

    })
    },
    yAxisTitle: "Tasks",
    showLegend: false,
    showTooltips: true

Children
No Data