mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-05 16:04:03 +01:00
* Replace horizontalBar with indexAxis: 'y' * Fix drawing of line for last x-position * Consistently determine axis of scale * Add test
4 lines
93 B
JavaScript
4 lines
93 B
JavaScript
describe('Mixed charts', function() {
|
|
describe('auto', jasmine.fixture.specs('mixed'));
|
|
});
|