claudio
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Business Intelligence Lite] I not visualize the charts on pages or post.Please check that your data are consistent. If you send strings when the plugin expects integers you might have weird behaviours.
look at the log file as well and at the JS console in chromeForum: Plugins
In reply to: [WP Business Intelligence Lite] Chart not showing up in pageClosing this after 4 weeks of silence
Forum: Plugins
In reply to: [WP Business Intelligence Lite] Can you sum up table fields with one query?Hi in order to be able to use this plugin for what you need you have to write a SQL query which returns a 2 columns table like this
Blue 5
Red 2
Yellow 3I think this is feasible using count()
cheers,
ClaudioForum: Plugins
In reply to: [WP Business Intelligence Lite] I not visualize the charts on pages or post.Hi,
do you have any error in your php log file or in the JS console?
Is the page publicly accessible in order to have a look?
Does it work in the admin pane?
cheers
ClaudioForum: Plugins
In reply to: [WordPress Charts] Oh for an admin interface!Hi,
you might want to checkhttp://wordpress.org/extend/plugins/wp-business-intelligence-lite/
for a better admin interface
Forum: Plugins
In reply to: [WP Business Intelligence Lite] Fatal ErrorHi,
you must be using a theme or plugin that already defines a class called color.
We shall rename it to something else do avoid conflicts.
We’ll put this in the TODO list for the next update.
cheers.
c.Closing this since got no answer during 3 weeks
Forum: Plugins
In reply to: [WP Business Intelligence Lite] Downloaded PDF doesn't look rightPDF generation from SVG using client side Javascript is a tricky issue. We use jsPDF and the SVGtoPDF plugin. If you find some other library please let us know.
Forum: Plugins
In reply to: [WP Business Intelligence Lite] question about sql vulnerability1.6.3 is now better addressing the issue
Forum: Plugins
In reply to: [WP Business Intelligence Lite] question about sql injection patch1.6.3 is now better addressing the issue
Forum: Plugins
In reply to: [WP Business Intelligence Lite] Chart not showing up in pageHi
do you have any error in the JS console?
does the chart show up when you test it in the admin dashboard?
which chart type are you referring to?
how did you configure it in the admin dashboard?Forum: Plugins
In reply to: [WP Business Intelligence Lite] Downloaded PDF doesn't look rightHello,
this is due to the conversion from SVG to PDF that is performed through a third party library. We know that the quality is not the best, we’re looking for a better alternative.Forum: Plugins
In reply to: [WP Business Intelligence Lite] question about sql vulnerabilityHello,
this is a quick fix we pushed before the actual release of 1.6.3 where we better address the issue.Forum: Plugins
In reply to: [WP Business Intelligence Lite] question about sql injection patchHello,
this is a quick fix we pushed before the actual release of 1.6.3 where we better address the issue.Hi,
in order to do so you should write a SQL query that returns 0 for the dates you want to show the 0 users. Something likedate users
2015-3-7 0
2015-3-8 0
2015-3-9 0
2015-3-10 1
2015-3-11 3
2015-3-12 5if you have “holes” in your series it’s always recommended to fill them with zeros.
I hope this helps.