=== Rough Chart === Contributors: artemdemo Tags: chart, sketch chart, graph, rough, rough chart Requires PHP: 7.0 Requires at least: 5.0.1 Tested up to: 5.3.2 Stable tag: 1.0.0 License: GPLv3 or later Rough Chart helps to create sketchy/hand-drawn styled charts. == Description == Rough Chart helps to create sketchy/hand-drawn styled charts. You can use this plugin to create charts that communicate work-in-progress state of your project or you can use it to add unique look and feel to your website. **Features** * Create bar, pie and line charts * Select chart styling * Choose whether show legend or not * Custom chart title and axis names *Shortcodes* In order to add chart into your post - you need to use its shortcode. The shortcode can be found in the list of you charts: WordPress Admin -> Appearance -> Rough Charts For example: [roughchart id="XX"] Where "XX" is the id number of your chart. You can also override charts title by adding "title" property to your shortcode. For example: [roughchart id="XX" title="New title"] == Installation == 1. Put the Rough-Chart directory into plugins directory of your website 2. Click 'Activate' in the Plugins admin panel 3. Create new Rough-Chart into: - WordPress Admin -> Appearance -> Rough Charts == Frequently Asked Questions == = Can I use "title" prop in shortcode for a chart that already has title? = Yes you can. In this case "title" from the shortcode will be used. == Screenshots == 1. List of charts 2. Pie chart settings 3. Columns chart settings == Changelog == = 1.0.0 = *Release Date - 01 January 2020* * Initial release