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

I got a issue about Graph #68

Open
GoogleCodeExporter opened this issue Apr 6, 2015 · 4 comments
Open

I got a issue about Graph #68

GoogleCodeExporter opened this issue Apr 6, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link


I just implemented tutorial code and then changed little bit that start Time , 
End Time

when I generate a graph, I set time for week 

ex)

    static final long START = Util.getTimestamp(2010, 4, 1);
    static final long END = Util.getTimestamp(2010, 4,5);

but xaxis label of the grap is broken.. 

I attached the file 

I wanted to see Monday, Tuesday .. but when I set time for month, It is work 

ex) week11, week12, week13

I used RRD4J 2.2 version and Os is win7 

also locale is Korea 

I want to generate daily monthly weekly yearly 

Thank you.


Original issue reported on code.google.com by owoo...@gmail.com on 22 Mar 2015 at 4:59

Attachments:

@GoogleCodeExporter
Copy link
Author

Did you try with last version of rrd4j ? Or switched to another locale ?

Original comment by fbacche...@gmail.com on 24 Mar 2015 at 9:16

@zeroraiin
Copy link

Hi, I'm appreciate your reply

so, I'm using the last version of rrd4j and switched locale.. like under line

gDef.setLocale(Locale.US);
gDef.setLocale(Locale.ENGLISH);

but It was not still changed
and I found something!!

  1. My language of OS is Korean so when I change the language from korean to english, It is working right ( xaxis label is not broken)
  2. the broken word is English ex) Sat, Mon, Wed .. why English is broken on Korean language of OS??

I don't know why just day name is broken..

please I need your help^^ I'm searching another method while I'm waiting your reply

Thank you

@fbacchella
Copy link
Member

You mean that it works when your Windows locale is english and your gDef locale is english too, it works. But if Windows local is Korean, rrd4j is broken, whatever the gDef locale is ?

@zeroraiin
Copy link

Yes
when I Windows local is Korean, It is broken using Korean,English gDef locale
this is my code for locale
gDef.setLocale(Locale.English);

Is it OK? I was using Locale.Korean, Locale.US
but It was still broken

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

3 participants