Chart.js/test/specs/mixed.tests.js
Jukka Kurkela 59a1af91ac
Replace horizontalBar with indexAxis: 'y' (#7514)
* Replace horizontalBar with indexAxis: 'y'
* Fix drawing of line for last x-position
* Consistently determine axis of scale
* Add test
2020-06-18 17:35:52 -04:00

4 lines
93 B
JavaScript

describe('Mixed charts', function() {
describe('auto', jasmine.fixture.specs('mixed'));
});