WP Manifestindependent plugin directory
manifest / utilities / income-chart-plugin

Income Chart

Messing around with chartsjs to display a chart of monthly incomes.

by John Hawkins · github.com/vegasgeek/income-chart-plugin · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/vegasgeek/income-chart-plugin/archive/refs/heads/master.zip

Readme

Income Chart Plugin

This plugin started off as a way for me to play around with ChartJS, but it ended up being useful as a tool. So, here we are.

Installation

  • Install the plugin as you would normally install a WordPress plugin.
  • Make sure that Advanced Custom Fields is installed/activated.
  • On the WordPress dashboard, go to Custom Fields and click the Sync Available link.
  • Select Income Details and click Sync
  • Go to Income and start entering your monthly income amounts.

Display the Chart

On a page or post, include the shortcode [chart]

Eventually, I plan to also create a Gutenberg block to display the chart. Eventually.

Example Chart

Screen Shot 2020-10-31 at 9 08 04 PM

Read the full README on GitHub →