# Rules

Enforce all the rules with:

{
  "extends": "plugin:d3/recommended"
}

# d3/no-pie

enforce users not to use pie charts

  • 🔧 The --fix option on the command line can not automatically fix some of the problems reported by this rule.

# 📚 Further reading

The issue with pie chart Pie charts are bad Pie charts are the worst

# 🔍 Implementation