claudio
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Business Intelligence Lite] Charts not working on IExplorer 11Dear Loic,
so you have any error in the JS console? This would help in understanding what happens. IE is going to become obsolete very soon.
Cheers,
ClaudioForum: Plugins
In reply to: [WP Business Intelligence Lite] Responsive charts and tablesHi,
you will need to edit the php files that generate the charts and use responsive CSS to have them resizing with the device screen.
The plugin is not designed to be responsive.
cheers,
ClaudioForum: Plugins
In reply to: [WP Business Intelligence Lite] Chart is not showing on dashboardDo you have any error in the JS console (ctrl+shift+I) when trying to build the chart?
Forum: Plugins
In reply to: [WP Business Intelligence Lite] Download PDF & Image does not workHi,
do you have a link to see the problem?
Did you check the JS console (ctrl+shift+I) for errors?
This might be due to some conflicts with your theme.
cheersForum: Plugins
In reply to: [WP Business Intelligence Lite] Chart is not showing on dashboardHi,
i need more information in order to understand what’s happening.
can you see the data when testing the query?
you get no results when clicking on “test”?
can you embed the chart in a page?cheers,
ClaudioForum: Plugins
In reply to: [WP Business Intelligence Lite] Fatal error – WPBI EnterpriseCopying the key and clicking on activate -> save changes should work normally.
Any chance we can have a look at the dashboard?
You can get in touch via the support form in case.
http://www.wpbusinessintelligence.com/contact-us/Forum: Plugins
In reply to: [WP Business Intelligence Lite] Fatal error – WPBI EnterpriseHi,
this is due to the presence of PHP 5.3 on the web server, we just sent you the patched file via e-mail.
kind regards,
ClaudioForum: Plugins
In reply to: [WP Business Intelligence Lite] New release probably neededVersion 1.6.4 should address the vulnerability
Forum: Plugins
In reply to: [WP Business Intelligence Lite] Fatal ErrorVersion 1.6.4 should fix the issue
Forum: Plugins
In reply to: [WP Business Intelligence Lite] I not visualize the charts on pages or post.Randy,
in order to visualize charts you need to select meaningful data.
For the bar chart you have to select NUMBERS for the vertical axis (value) and numbers or strings for the horizontal. Only 2 data series should be selected, one as value and another as label.
In your screenshot you selected all columns and all of them contain strings. How can you visualize a bar chart with that?Forum: Plugins
In reply to: [WP Business Intelligence Lite] I not visualize the charts on pages or post.If the charts display in the admin and not in the page, there’s an issue with the data format.
Please check that all numbers are numerical and you do not have strings.
For example 9,3 instead of 9.3
You can send a support request via this formForum: Plugins
In reply to: [WP Business Intelligence Lite] I not visualize the charts on pages or post.Can you send a screenshot of the chart configuration page? I think there must be something wrong with the settings.
What are you trying to plot? are you sure these are meaningful data?
I mean, for a bar chart you need numbers on the Y-axis (value)Forum: Plugins
In reply to: [WP Business Intelligence Lite] Date and Time Displaying IncorrectlyHi,
please try to uncheck PlantID to see if the date/time is plotted on the X axis.
Only one column can be used as X-axis label.
ClaudioForum: Plugins
In reply to: [WP Business Intelligence Lite] I not visualize the charts on pages or post.Please make sure that the shortcode is properly formatted and that you are pasting/writing it in the textual editor. It seems that the chart/table id is read as a string instead of an integer.
It should look like this in the text editor
[wpbusinessintelligence id=”1″ type=”table” iframe=”n”] [/wpbusinessintelligence]
Forum: Plugins
In reply to: [WP Business Intelligence Lite] I not visualize the charts on pages or post.Hi,
please give a name and title to your charts and tables. This should fix the issue