You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.028Feb2726251815130Jan292423201917161514414Dec74130Nov16141312925Oct191813121098642111Sep331Aug222119Jul18171254211Jun7654129May17151418Apr171023Mar181514129126Feb1916919Jan181514527Dec15115329Nov137117Oct167327Sep2630Aug27618Jul1497625Jun2219171273128May27204229Apr2824222018121026Mar251922Feb191131Jan2524222117151110863128Dec231410325Nov2423161513627Oct30Sep21201917161129Aug262524171520Jul19171030Jun242322156323May221816158630Apr28161485429Feb231714131Jan723Dec2225Nov22199630Oct29Sep282719136129Aug2726242019102127Jul251014Jun1031May252393227Apr231825Feb73115Jan1021Dec2014131198530Nov292215119876543131Oct302928272625242322Travis: restore build on GCC 4.4Fixed strict-aliasing warning in FloatTraits.hppTravis: build in Release modeFixed warning "unused variable" with GCC 4.4 (issue #912)Add an empty cpp file to detect warnings muted by catch.hppAdded an clear message for `StaticJsonDocument`, `DynamicJsonDocument`...Fixed warning "maybe uninitialized" (issue #909)Fixed strict-aliasing warning in FloatTraits.hppTravis: build in Release modeFixed warning "unused variable" with GCC 4.4 (issue #912)Add an empty cpp file to detect warnings muted by catch.hppAdded a clear error message for `StaticJsonBuffer` and `DynamicJsonBuffer`Updated the examples on wandbox.orgSet version to 6.9.0v6.9.0v6.9.0Added `JsonDocument::remove()` and `JsonVariant::remove()`Added `JsonVariant::clear()`Added `JsonDocument::size()`Detect `IncompleteInput` in `false`, `true`, and `null`Fixed `JsonVariant::isNull()` not returning `true` after `set((char*)0)`Disambiguated the name `get()` with `getElement()` and `getMember()`Converted `JsonArray::copyFrom()/copyTo()` to free functions `copyArray()`Updated copyright year to 2019Updated copyright year to 2019Decode escaped Unicode characters like \u00DE (issue #304, PR #791)Added more tests of JsonVariant::is<T>()Updated version in Arduino Library badgeSet version to 6.8.0-betav6.8.0-betav6.8.0-betaUpdated publish script for the "ardu-badge"User can now use a JsonString as a key or a valueJsonVariant automatically promotes to JsonObject or JsonArray on writeMerge branch 'master' into 6.xAdded ArduBadge badgeReduced the size of the pretty JSON serializerAdded JsonDocument::operator[]Create or assign a JsonDocument from a JsonArray/JsonObject/JsonVariantFixed uninitialized variant in JsonDocumentReplaced JsonDocument::nestingLimit with a param to deserializeJson()Added nesting() to JsonArray, JsonDocument, JsonObject, and JsonVariantAdded memoryUsage() to JsonArray, JsonObject, and JsonVariantImport JsonDocument into the ArduinoJson namespace