CenturyLinkCloud / Cyclops

The UX/UI Pattern Guide for the CenturyLink Platform
http://assets.ctl.io/cyclops
MIT License
20 stars 16 forks source link

Pie, Donut & Guage Chart Examples broken #153

Closed osbornm closed 6 years ago

osbornm commented 6 years ago

see: https://assets.ctl.io/cyclops/1.8.5/charts.html#pieChart

Uncaught TypeError: Unable to process binding "chart: function (){return {type:'Pie',data:data} }"
Message: Cannot create property 'right' on number '5'
    at Object.c.extend (chartist.min.js:8)
    at Object.c.extend (chartist.min.js:8)
    at f [as constructor] (chartist.min.js:9)
    at Object.f [as Pie] (chartist.min.js:8)
    at HTMLDivElement.<anonymous> (cyclops.min.js:1)
    at Function.each (jquery-2.1.4.min.js:2)
    at n.fn.init.each (jquery-2.1.4.min.js:2)
    at n.fn.init.a.chartist.i.fn.chart (cyclops.min.js:1)
    at init (cyclops.min.js:1)
    at knockout-3.3.0.js:65
jsmecham commented 6 years ago

Not just the documentation that was broken. It was broken by https://github.com/CenturyLinkCloud/Cyclops/commit/b2fdd67b681671eba16b6a9228d040caeade4f03. Fixed in #160.