Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Allow text based labels in charts #102

Closed
partingc opened this issue Jun 20, 2014 · 2 comments
Closed

Feature Request: Allow text based labels in charts #102

partingc opened this issue Jun 20, 2014 · 2 comments

Comments

@partingc
Copy link

Allow setting <c:auto val="0"> (ie force text based labels instead of auto detection or forced date)

Something like this would be nice (matches date_axis setting)
$chart->set_x_axis( text_axis => 1 );

I am using a perl script to create a system healthcheck excel workbook for Linux servers. I have imported SAR, Syslog, and other log information and now want to generate charts. The chart (with auto=1) see's that my time field includes the date and sets my horizontal axis to a minimum tick of 1 day. Considering the data is in 10 minute increments this is a pain.

@jmcnamara jmcnamara changed the title Allow setting <c:auto val="0"> (ie force text based labels) Feature Request Feature Request: Allow text based labels in charts Jun 20, 2014
@jmcnamara jmcnamara self-assigned this Jun 20, 2014
@jmcnamara
Copy link
Owner

Considering the data is in 10 minute increments this is a pain.

Agreed. It always seems odd to me that the smallest time interval that Excel supports is "days".

The feature request seem reasonable. I'll put it on the TODO for the next release.

John

@jmcnamara
Copy link
Owner

Fixed in version 0.82.

Thanks for the report and input.

John.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants