ErrLookup › PhilJay/MPAndroidChart

PhilJay/MPAndroidChart

A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations. · Java · 216 source files

Analyzed at 9c7275a059 on 2026-08-14. 10 documented errors.

Code / MessageTypeSeverityTags
You need to set data for the chart before grouping bars.
exception error bar-chart, grouping, state, null-check
PieChart has no XAxis
exception error pie-chart, xaxis, deprecated, api-misuse
entries array is NULL
exception error legend, null-argument, constructor, validation
BarData needs to hold at least 2 BarDataSets to allow groupi
exception error bar-data, grouping, dataset-count, validation
Cannot parcel an Entry with non-parcelable data
exception error parcelable, entry, serialization, android-state
Fill-drawables not (yet) supported below API level 18, this
exception error renderer, fill, drawable, api-level, compatibility
Fill-drawables not (yet) supported below API level 18, this
exception error fill, drawable, api-level, compatibility, clip-path
Object Pool must be instantiated with a capacity greater tha
exception error object-pool, capacity, constructor, validation
The object passed is already stored in this pool!
exception error object-pool, recycle, double-free, ownership
The object to recycle already belongs to poolId {object.curr
exception error object-pool, recycle, ownership, cross-pool