hasadna / openmuni-budgets

A web app and web API for storing, accessing, visualizing and comparing budgetary data from Israeli municipalities.
http://openmuni.org.il/
BSD 3-Clause "New" or "Revised" License
15 stars 28 forks source link

can't edit loaded states #368

Closed ydaniv closed 11 years ago

ydaniv commented 11 years ago

AppState, line 9: Cannot read property 'attributes' of undefined

chart_data.forEach(function (series) {
            var item = legend.get(series.id).attributes;
            series.title = item.title;

series.id is not found in legend

ydaniv commented 11 years ago

fixed