I have a very simple query which produce this table. When I feed the query into your plugin it throws errors…
]]>Hi can i request another DYNAMIC FILTERS example that can filter a data from a specific month or year and a filter of specific name with year Thank you.
]]>This is the same error as was reported 5 years ago “vertical Bar chart does not start from zero”
If I have a data set like this:
Year Fish Loaves
2000 4 0
2001 3 2
2002 7 4
when plotting a bar or line graph the 0 loaves for 2000 is ignored. This means the stacked result looks like this (which is plainly wrong).
Year Fish + Loaves
2000 (4+2) = 6
2001 (3+4) = 7
2002 (7+blank) = 7
Hi,
Installed the plugin and set the first chart getting data from an exteral database but nothing is shown here: https://www.drauth.eu/palestra/prima-prova/
Note that also the examples chart provided with the plugin are not shown, e.g. https://www.drauth.eu/palestra/gvn_schart/sample-posts-by-month/
What’s wrong?
Simone
Hi – thanks so much for this wonderful plugin – just what I needed and nothing I don’t need.
Someone else asked 3+ years ago about the % not showing on the pie charts. Are there still plans to add that?
For bar charts is it possible to label the axes? The settings for the chart seem to indicate that’s what is being entered: “Label for X Axis”, “Label for Y Axis”, but there are no labels appearing on the charts. The only place a label appears is in the little pop up bubble when hovering over a bar, and only the Y Axis label appears there. The X Axis label is missing. I have a chart with “flag level” on the x-axis and “# members” on the y-axis. The hover bubble looks like:
1
Members: 232
It should look like:
Flag Level: 1
Members: 232
Thank you very much.
]]>Hi, while it the line chart works great on the desktop (windows and apple) the chart is not shown on iPhone or ipads!
Also is it possible to set the Y scale units i.e. 1 or 5…?
]]>Hi, just found your plugin and I like the line graph and how I can simply use SQL, however, I also need a polar chart, are there any plans to add that in the near future?
]]>I updated the Guaven sql charts plugin to 2.2.1 on my synology NAS. From that moment I can’t pick a date (popup calendar does not come) anymore.
On the preview of the edit page of the chart it still works fine, but not on the published page that uses the chart.
I am wondering if this plugin is still supported. I have not seen any responses to any of the forum topics and want to make sure if I utilize it, there is some level of support.
If so, I’ll follow-up with a support question regarding custom colors.
Hi,
I’m having some trouble understanding how to make a pie chart. For example, I want to display the proportion of open and closed support requests where the status is stored in a column called ‘supportstatus’. The values can only be open or closed but I’m struggling to work out how to display these values in a pie chart and I’m unsure what the X and Y SQL field names would be?
Hi,
I update v 2.1 to 2.2 and my wordpress doesn’t support it, It brokes.
So… Can you send me the 2.1.0 to rollback to this version?
Regards!
]]>The chart is getting created in the plugin and when I paste the short code on the page the chart is only displayed to the admin user. I have also kept the page’s visibility as public while publishing. For others the page and text content appears but the chart is missing. I have never used this plugin before. Any help would be appreciated.
]]>I want to add multiple value to X-axis given in SQL Chart Builder,How can I add multiple column name at X-axis??
]]>Page source show this:
:
:
<header class=”entry-header”>
<h1 class=”entry-title”>Sample: Posts by month</h1>
<div class=”entry-info”>
<span class=”posted-on”>Posted on <time class=”entry-date published” datetime=”2019-06-12T07:36:52-04:00″>June 12, 2019</time><time class=”updated” datetime=”2019-08-14T08:53:10-04:00″>August 14, 2019</time></span><span class=”author-info”> by andrewyan</span> </div>
</header>
<div class=”entry-content”>
</div><!– .entry-content –>
:
:
hi there, I want to know how to change to color of bars of Pie Chart of graphs.
regards
I download Guaven SQL Charts plugin locally at my windows OS, create new DB table to read data from, and create a pie chart.The chart doesn’t show at the page, although I copy the short code.
]]>in Version: 2.1.0, chart not display percent.
How to display percent in chart?
This is percent in your previous version : https://guaven.com/myfiles/uploads/2016/02/Screenshot-4.png
thanks
]]>Currently there is a js error which breaks other admin pages. Please fix.
JS error details:
——
Uncaught Error: Unable to parse color from string ""
Error is generating from the script:
———
/wp-content/plugins/sql-chart-builder/asset/bundle.min.js?ver=4.9.5
Hi,
How to create stacked vertical bar chart with this plugin? Is it possible?
Hello,
i am using the plugin with a custom argument.
My SQL code is:
SELECT date,value FROM wp_userperf WHERE user
={arg1}
and my shortcode is:
[gvn_schart_2 id=”679″ arg1=”username”]
If enter this query in the MySQL console i get the correct table, but displaying the shortcode in wordpress gives me:
WordPress database error: [Unknown column ‘username’ in ‘where clause’]
SELECT date,value FROM wp_userperf WHERE user
=username
I tried different combinations, but i dont get any chart. What’s the problem here?
Best regards
]]>Hi
I have made this query
select count(*) postcount,SUBSTRING(
fangs_dato
,6,2) monthnum,SUBSTRING(fangs_dato
,1,4) yearnum,SUBSTRING(fangs_dato
,1,7) monthandyear from Havoerred group by monthnum,yearnum order by monthnum;
select count(*) postcount,SUBSTRING(fangs_dato
,6,2) monthnum,SUBSTRING(fangs_dato
,1,4) yearnum,SUBSTRING(fangs_dato
,1,7) monthandyear from Havoerred where hjemtaget=”Ja” group by monthnum,yearnum order by monthnum;
select count(*) postcount,SUBSTRING(fangs_dato
,6,2) monthnum,SUBSTRING(fangs_dato
,1,4) yearnum,SUBSTRING(fangs_dato
,1,7) monthandyear from Havoerred where sex=”hank?n” group by monthnum,yearnum order by monthnum
just like the post query in the demo that comes with the install.
but the problem is that the y-axes does not start from zero, but for the query with the lowest value.. any idea.
you can see the chart here: https://www.dagkort.net/indberetning-2/indberektning-havoerred/
Best regards
Henrik
Dear,
Thanks for the excellent plugin. I am having a difficulty to add multiple chart/graph in one page. It is not displaying the second one. Would you please let me know how to rectify this? Thanks.
]]>