Skip to content

Commit

Permalink
Merge pull request #928 from knsv/feature/Issue-22_Pie-Chart-Feature
Browse files Browse the repository at this point in the history
#22 Basic Pie Chart
  • Loading branch information
knsv authored Sep 11, 2019
2 parents 78cae3d + 398d66b commit ff44671
Show file tree
Hide file tree
Showing 42 changed files with 2,420 additions and 3,451 deletions.
14 changes: 14 additions & 0 deletions cypress/integration/e2e/pie.spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/* eslint-env jest */
import { imgSnapshotTest } from '../../helpers/util.js'

describe('Pie Chart', () => {
it('should render a simple pie diagram', () => {
imgSnapshotTest(`
pie title Sports in Sweden
"Bandy" : 40
"Ice-Hockey" : 80
"Football" : 90
`,
{})
})
})
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
27 changes: 0 additions & 27 deletions cypress/spec/classDiagram.spec.js

This file was deleted.

326 changes: 0 additions & 326 deletions cypress/spec/flowchart.spec.js

This file was deleted.

Loading

0 comments on commit ff44671

Please sign in to comment.