Skip to content

How to change the Y axis starting value to custom value? #3

@V3NK47

Description

@V3NK47

My graph has higher values like 1611, and the difference between each value is on decimals that I'm not able to see the difference, What I can see is a straight line. The array is here as follows.
wil xbar

$data[0] = array(
"1" => 1611.61,
"2" => 1611.78,
"3" => 1611.7,
"4" => 1611.74,
"5" => 1611.84,
"6" => 1611.7,
"7" => 1611.82,
"8" => 1611.6,
"9" => 1611.8,
"10" => 1611.66,
"11" => 1611.73,
"12" => 1611.73,
"13" => 1611.73
);
How to customize the starting value in Y axis? Kindly let me know!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions