The Legend titles are not displayed when the last data value is null. ``` { "data": [ 8, 9, 2, null, null, null, null ], "title": "Gas" } ``` 