🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

how to change font size and line color of chart(html5) in app designer ?

User: "dkpengqiuyang"
New Altair Community Member
Updated by Jocelyn

greeting,

how can I change chart detail like font size and line color in web service or app designer ? the curve color do not match the condition (like green for ok), and the font szie is too large for web interface.

thank you.

Sort by:
1 - 1 of 11
    User: "Edin_Klapic"
    New Altair Community Member
    Accepted Answer

    Hi dkpengqiuyang,

     

    The font size for the Data labels can be changed in the HighCharts Expert settings (see screenshot).

    The string to enter would be

    {plotOptions: {series: {dataLabels: {style: {fontSize: '20px'}}}}}

     

    The colors are defined by the Style bundle and applied in the order the attributes are listed in the Publish to App object.

    Maybe a workaround would be to simply reorder the attributes so Ok appears in green?

     

    Best regards,

    Edin

    image.png