KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Show and Hide values on xAxes #2906

Open fiuncho opened this topic on on Dec 16, 2022 - 2 comments

fiuncho commented on Dec 16, 2022

Dear team

How can I hide values for xAxis on line chart?

Please, see the image, and i want o hide values ​​highlighted in red

Best regards

Sebastian Morales commented on Dec 19, 2022

Which chart package did you use, is it Google chart, Chartjs, Morris, D3, etc?

KoolReport commented on Dec 19, 2022

It seems you are using D3, you try

LineChart::create([
    ...
    "options"=>[
        "axis"=>[
            "x"=>[
                "show"=>false,
            ]
        ],

    ]
])

to see how.

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
None yet

None