Is it possible to show dynamic chart, from url into the shortcodes? (To a json file)
]]>Hi.
Is there a way to add units to the labes displayed on hover?
For instance “%” at the end ov the value.
Thanks in advance!
Kind regards, Christian
Hi I have used the shortcode in a page but it’s not showing the chart.
]]>Hi,
I need to add as values some shortcodes like these:
%CATEGORY_POINTS_01 Dim. Intrapersonale%,
%CATEGORY_POINTS_02 Dim. Interpersonale%,
%CATEGORY_POINTS_03 Dim. Logico-Matematica%
because are the sum of a categories quiz.
Any idea I can do it, please?
Have a great day
M
Can we import from excel dynamically? we just upload excel file and the plugin reads the data from it.
If not can we upload the excel file from the admin dashboard and generate the charts. We are looking for our stock market chart with our prices from excel sheet.
Is it possible to change the semicolon separator to some other character (for example |)? I have commas in the text, and they are treated as a separator without the ability to escape
]]>Hello, is it possible to force loading plugin files (js/css) only when there is a shortcode on the post/page?
]]>Hi,
I want use your chart in notification emails based on calculation my client done before submit. I have problem with set a value. I put formula “<%fieldname22_value%>”, or without <%fieldname22_value%> – this formula is enough good to show the result of calculation by your plug-in do not see this.
There is neccejseryy any formula in quarry to inform your chart o set up new numbers?
Hi i wanna know few things. Hi have 5 form and i wanna show separate data charts in separate pages. So..,
1. Is this working with other contact forms like ninja forms, contact form 7, Fluent form or something
2. Can i show the charts on pages? so anyone can see
]]>Hi.
First of all, thanks a lot for ? great plugin (WP Charts and Graphs)! The customizable shortcodes make it really easy to create visualizations based on my user meta data. I have php snippets creating custom shortcodes that are always up to date. I really enjoy it!
Now I’d like to use the radar chart to compare the skills of multiple users. The area inside the lines should be transparent then, and the chart chontaining multiple lines – one for each user. I’d like to add different colors to the lines and insert a legend to explain which line corresponding with which user. Is there a way to manipulate the shortcodes supplied by the plugin to visualize data this way?
Kind regards, Christian Ruge
]]>Great plugin, perfect for our needs! However I notice that the legend for the bubble chart does not display any of the titles. Is that something that can be resolved?
]]>Hi pantherius. Big thanks for your simple and great plugin. I love the chart animation.
I have an arabic blog (RTL language). and I just want to change the direction of the tooltip writing to RTL instead of LTR.
]]>Hello,
thanks for this plugin. It is very easy to use. I really like it.
I have question about how to use plugin graphs in admin page. This topic was here already but it was not asked/answered in depth.
I have custom page in admin backend like this:
function my_admin_menu()
{
add_menu_page('My nice graphs', 'My nice graphs', 'activate_plugins', 'my-nice-graphs', 'my_nice_graphs_page_handler');
}
add_action('admin_menu', 'my_admin_menu');
function my_nice_graphs_page_handler()
{
echo do_shortcode( '[wpcharts type="barchart" bgcolor="blue" legend="false" titles="Jan,Feb" values="5,10"]' );
}
However wpcharts shortcode does not work in pages like this and only outputs text “[wpcharts type=”barchart….]”
I looked into source code and see that you only load shortcode if !is_admin()
public function __construct() {
// ...
if ( is_admin() ) {
// ...
}
else {
// ...
//integrate the public functions
add_shortcode( 'wpcharts', array( &$this, 'pantherius_wpcharts_shortcode' ) );
add_action( 'init', array( &$this, 'enqueue_custom_scripts_and_styles' ) );
add_action( 'get_footer' , array( &$this, 'initialize_chartjs' ), 175 );
}
}
It would be nice to modify wpcharts so it is also usable in admin as many people want to create some graphs also in admin area pages and not just in frontend pages.
Many thanks.
]]>Hi pantherius,
How to set the minimum value for my line chart?
Thank you
mike203773
Hello!
Thanks for this great plugin! Is there amn easy way to update the chart on the fly?
For example, I have a demo producing json data here:
https://php.proteinkvalitet.se/data.php
I have built a wordpress site that updates a div by ajax from a separate URL, producing tables and some text, but I would also like to update the chart ??
Best regards,
Erik
The pie chart I made for my blog post is suddenly not displaying correctly…might be related to a WordPress or WP charts update? I tried to redo the chart and add it in again as shortcode and it still doesn’t work, as you can see at the bottom of my linked page. I’m putting it right into the Gutenberg shortcode block as : [wpcharts type=”piechart” bgcolor=”red:gray:yellow,blue:gray:yellow,random:gray:yellow,purple:gray:yellow” legend=”true” titles=”HSP Introvert, Regular Extrovert, Regular Introvert, HSP Introvert” values=”5.25%, 45.45%, 37.05%, 12.25%”]
]]>Hi pantherius,
thanks for the nice plugin. Is there a chance to influence the colors of the charts by CSS or in any other way?
Thank you
macvet
i’m using this plugin in a admin page, and doesn’t work. I use it with a “echo shortcode(‘[wpcharts type=”linechart” legend=”false” titles=”Title 1, Title 2, Title 3, Title 4″ values=”3,7,5,12″]’)
the idea is great.
]]>Hi there!
I’m trying to use a shortcode to my chart in a page of wordpress, but this page was created by a plugin, so it doesn’t connect the shortcode to the chart, just show the shortcode like a plain text.. If i test the shortcode in a new post of WordPress, it works..
How can i connect the chart in the page created by a plugin?
]]>