Hi
I want to use the library programmatically – any such option?
]]>Hi
You should use “graph”/”chart” tag or something, so people will find it..
]]>Everything works great until publish, when it fails (just grey boxes instead of charts). Guessing it’s a path problem. Any great ideas?
]]>Activated, but no menu! Guess its no go for wp4.1
]]>Hi
I have createe “muilibar” chart and when load it X axis values are not visible. when i click the “Stacked: radio button at the top some values are visible. how can i make all values are visible when loading the chart
Hi!
Unfortunately I do not know how I can change the colors of the bars or where I need to include the option “COLORS” in the code, so that it works correctly and the colors of the bars change.
Thanks for the help!
This is what I use:
[loadNVD3]
[jsChart type=’discretebar’ datafile=” values=”(92.48,0.0,0.0,0.0)” labels=”(2014,2014 REVISED,2015,2015 REVISED)” series=”(BENCHMARK)” height=250 width=450 float=’none’ border=’0px outset gray’ backgroundcolor=’#6ba53a’ options='{ shadows: “Black” , showLegend: true, tooltips: true, showControls: true, noPopup: false, noResize: false, title: “HOTEL CHART”, chartpicker:true, exports:false, autocoloring:true, calculator:”*1″, calculatorlock:false, calculatorhide:false, calculatortitle:”Calculate:”, calculatorunit:”unit”, xaxis:{ hide:false, style:”font-size:10px; fill:white”, transform:”rotate(0 -20,0)” }, yaxis:{ style:”font-size:12px; fill:white”, transform:”rotate(0 -20,0)” } }’ ]
For the labels=”(2014,2014 REVISED,2015,2015 REVISED)
I need the colors: green,red,green,red
I try with this:
options=”{colors:’green,red,green,red’}” – Unfortunately, I do not know where this code to include.
Love the plugin and have used it to make some nice visualizations. But I seem to have come across an issue with simple line charts. The interactive guideline that is supposed to move along path of the data is stuck next to the y-axis. I does the same thing in the demo chart, as well (though the guide seems to work fine in other chart types). I tried messing around with different configurations without any success. Any suggestions? Thanks so much.
]]>Hi,
When trying the various shortcodes, I don’t see any charts. The plugin has been activated fine and I disabled all plugins (and set to 2013 theme).
With the demo shortcode I get an empty table:
<table><tbody><tr class="demo_nvd3"><td id="chart1" class="odds_nvd3"></td><td id="chart2"></td></tr><tr class="demo_nvd3"><td id="chart3"></td><td id="chart4" class="odds_nvd3"></td></tr><tr class="demo_nvd3"><td id="chart5" class="odds_nvd3"></td><td id="chart6"></td></tr><tr class="demo_nvd3"><td id="chart7"></td><td id="chart8" class="odds_nvd3"></td></tr><tr class="demo_nvd3"><td id="chart9" class="odds_nvd3"></td><td id="chart10"></td></tr><tr class="demo_nvd3"><td id="chart11"></td><td id="chart12" class="odds_nvd3"></td></tr></tbody></table>
With the example code “[loadNVD3]
Default Chart’s Demo
[jsChart]
Scatter Chart’s Demo
[jsChart type=”scatterbubble”]”
I get an empty svg tag:
<p><br>
Default Chart’s Demo<br>
</p>
<div id="chart9878" style=" float:none; "><svg style="height:250px; width:450px;"></svg></div>
Any suggestions?
]]>Great plugin, thanks.
Would be nice to have more info on how to customize charts design through shortcode or css.
How to reduce left and bottom margin on simpleline ?
Tooltips info shows always 0
Line color change ?
Thanks anyway ??
]]>Hi,
When I activate the NVD3 Visualisations plugin I get the following error:
The plugin generated 2 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
Then if I try to put the [demosGallery] shortcode onto a page i get the following errors when i publish the page:
Warning: Cannot modify header information – headers already sent by (output started at /home/courtosg/public_html/buddydev/wp-content/plugins/nvd3-visualisations/nvd3.php:533) in /home/courtosg/public_html/buddydev/wp-admin/post.php on line 235
Warning: Cannot modify header information – headers already sent by (output started at /home/courtosg/public_html/buddydev/wp-content/plugins/nvd3-visualisations/nvd3.php:533) in /home/courtosg/public_html/buddydev/wp-includes/pluggable.php on line 1121
]]>Hi,
Found a bug, fixed it in github.
But got an email a couple of minutes after the pull request telling me that the github repository is not monitored.
So therefore i just post the resolution here :
in wpcharts.js there is a statement
else if (type == 'pie', options)
which needs to be changed to
else if (type == 'pie')
regards,
faizel
ps how do i submit patches ?
]]>Hi,
Default installation gives an error on WP 3.8.1 :
TypeError: $ is not a function @ wpcharts.js:50
This is caused by jQuery running in noconflict mode. See this link for more information.
In order to fix this: edit wpcharts.js
and replace the $ with jQuery so that it becomes:
jQuery('#chart'+id).empty();
jQuery('#chart'+id).html(svg);
]]>
Hi,
Installed the plugin via the built-in plugin-installer
Then i tried the sample described in your_1st_chart.txt
I got several 404’s.
This is caused by the fact that the plugin is installed in wp-content/plugins/nvd3-visualizations/
but in the script the location wp-content/plugins/nvd3/
is used.
Regards,
Faizel