eugene.manuilov
Forum Replies Created
-
give me a link to your CSV file(s).
Hi there!
Im using a chart which displays numbers like this 6,547. I only get 6 visible. What can I do to get at least 2 digits (6,54)?
You need to provide numbers in your CSV without commas, because commas in the CSV are delimiters. So instead of entering 6,547 just enter 6547 in your CSV file. Then in a chart settings you need to set “Number Format” option to “#,###” and you will see 6,547 at a chart. Read about this solution in this thread.
Negative numbers are not visible: -0,546 is gone
What is the range (min and max values) of the data in your chart?
welcome!
Looks like something weird happens during chart creation and settings have been saved incorrectly. If you delete all charts from database, then it will work fine again.
To do it, you need to run following SQL query in your phpMyAdmin:
DELETE FROM wp_posts WHERE post_type = 'visualizer'Let me know if it helps.
Forum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] Some questionsSorry for delay. What is the current status of your issue?
Forum: Reviews
In reply to: [Google Maps Plugin by Intergeo] A cool salve on a hot rashThanks a lot, mate!
Bar chart has number format only in the series settings. You can use the same value there.
Use number format in your CSV file. At line chart settings page find Vertical Axis Settings > General Settings > Number Format field and enter $#,###.## value. The same value enter into Series Settings > {Series Name} > Number Format field.
After doing it your numbers have to look like currencies.
Hi @antoine
I would like to know if there is a way to get an output from the plugin when you click (or hover) on one on the bar for example?
It requires JavaScript knowledge, do you know it?
Thanks again for the plugin!
Thanks are welcome in this section 😀
The plugin stores data in the database. If you want to update the data for a chart, then you need to edit that chart and manually reupload it. Make sense or you need something else?
Hi @hibero
Currently it is not supported out of the box. Maybe in the future I will add it, not sure when.
what chart type do you use?
Forum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] ie8 issuei am using ubuntu linux on my computer and currently haven’t raised windows environment yet. will try to do it shortly. thanks for the info!
Forum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] Issue in IE 10welcome!
Forum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] Issue in IE 10Your CSV is quite inaccurate. Do not use empty rows, just remove them at all. The second row has to contain a type of a data in the column. In your case it has to be
string,numbervalue.Your CSV has to look like this:
State,Minimum Wage string,number US-AK,7.75 US-AZ,7.9 US-AR,6.25 US-CA,9 US-CO,8 US-CT,8.7 US-DE,7.25 US-FL,7.93 US-GA,5.15 US-HI,7.25 US-ID,7.25 US-IL,8.25 US-IN,7.25 US-IA,7.25 US-KS,7.25 US-KY,7.25 US-ME,7.5 US-MD,7.25 US-MA,8 US-MI,7.4 US-MN,6.15 US-MO,7.5 US-MT,7.9 US-NE,7.25 US-NV,8.25 US-NJ,8.25 US-NM,7.5 US-NY,8 US-NC,7.25 US-ND,7.25 US-OH,7.95 US-OK,7.25 US-OR,9.1 US-PA,7.25 US-RI,8 US-SD,7.25 US-TX,7.25 US-UT,7.25 US-VT,8.73 US-VA,7.25 US-WA,9.32 US-WV,7.25 US-WI,7.25 US-WY,5.15