We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @mcastorina !
First I want to say your tool is awesome, I've used it multiple times.
I'm wondering if there is a way to avoid parsing of a string for a line graph ?
I have a csv with the following data
week,deal_count,percentage,date 2023-01-08,3,12.0,ene-08 2023-01-15,3,6.0,ene-15 2023-01-22,12,17.65,ene-22 2023-01-29,6,9.84,ene-29 2023-02-05,2,3.45,feb-05 2023-02-12,4,8.0,feb-12 2023-02-19,4,5.56,feb-19 2023-02-26,4,6.9,feb-26 2023-03-05,2,3.08,mar-05 2023-03-12,7,10.77,mar-12 2023-03-19,8,11.59,mar-19 2023-03-26,3,4.23,mar-26 2023-04-02,3,4.0,abr-02 2023-04-23,2,3.85,abr-23 2023-04-30,1,1.14,abr-30
the date column has the month name in spanish and I wish it would appear as is on the graph but instead I get
Originally posted by @andrscyv in #56 (comment)
The text was updated successfully, but these errors were encountered:
@andrscyv thanks, I'm glad the tool has been helpful for you!
Could you please share the command you're running to generate the graph? That would help me debug, thanks!
Sorry, something went wrong.
No branches or pull requests
First I want to say your tool is awesome, I've used it multiple times.
I'm wondering if there is a way to avoid parsing of a string for a line graph ?
I have a csv with the following data
week,deal_count,percentage,date
2023-01-08,3,12.0,ene-08
2023-01-15,3,6.0,ene-15
2023-01-22,12,17.65,ene-22
2023-01-29,6,9.84,ene-29
2023-02-05,2,3.45,feb-05
2023-02-12,4,8.0,feb-12
2023-02-19,4,5.56,feb-19
2023-02-26,4,6.9,feb-26
2023-03-05,2,3.08,mar-05
2023-03-12,7,10.77,mar-12
2023-03-19,8,11.59,mar-19
2023-03-26,3,4.23,mar-26
2023-04-02,3,4.0,abr-02
2023-04-23,2,3.85,abr-23
2023-04-30,1,1.14,abr-30
the date column has the month name in spanish and I wish it would appear as is on the graph but instead I get
Originally posted by @andrscyv in #56 (comment)
The text was updated successfully, but these errors were encountered: