Jump to content
We've recently updated our Privacy Statement, available here ×
  • The transparency of colors in highchart.


    Akshay Khedkar
    • Features: Charts Product: Jaspersoft® Studio

    Fo that you need to set the "colors" property using the rgba() function, which also takes transparency into account. 

    <hc:chartProperty name="colors">
        <hc:propertyExpression><![CDATA[Arrays.asList("rgba(245,60,20,0.5)","rgba(50,255,90,0.5)","rgba(90,200,100,0.5)","rgba(220,100,220,0.5)","rgba(80,200,90,0.5)","rgba(255,70,100,0.5)")]]></hc:propertyExpression>
    </hc:chartProperty>

    -> https://www.highcharts.com/docs/chart-design-and-style/colors

    Please find attached report jrxml which works with Sample DB in JSS and with foodmart in jrs.

    charts_4.jrxml


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...