Skip to content

Commit

Permalink
#22 Basic Pie Chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishjain0512 committed Sep 11, 2019
1 parent 78cae3d commit 42fc23c
Show file tree
Hide file tree
Showing 42 changed files with 2,579 additions and 3,610 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 42fc23c

Please sign in to comment.