Viewing 1 replies (of 1 total)
  • Plugin Author jvrtanoski

    (@jvrtanoski)

    I have updated the plug-in to support the “slices” attribute for the PieChart. Try

    [pieChart width="400px" slices="{ 0: {offset: 0.2, color: 'black'}, 3: {color: white} }"]
            ['Task', 'Hours per Day'],
            ['Work',     11],
            ['Eat',      2],
            ['Commute',  2],
            ['Watch TV', 2],
            ['Sleep',    7]
    [/pieChart]

Viewing 1 replies (of 1 total)
  • The topic ‘pie chart segment colors’ is closed to new replies.