Skip to content

Commit

Permalink
Added support for more charts, setting height in a dialog and new con…
Browse files Browse the repository at this point in the history
…figuration options.
  • Loading branch information
wwalc committed May 29, 2015
1 parent a38300e commit f6a5e27
Show file tree
Hide file tree
Showing 8 changed files with 3,770 additions and 111 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Software License Agreement
==========================

CKEditor - The text editor for Internet - http://ckeditor.com
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.

Licensed under the terms of any of the following licenses at your
choice:
Expand Down
2 changes: 1 addition & 1 deletion chart.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/

Expand Down
17 changes: 17 additions & 0 deletions lang/en.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'chart', 'en', {
bar: 'Bar',
chart: 'Chart',
chartType: 'Chart type:',
dialogTitle: 'Edit Chart',
doughnut: 'Doughnut',
height: 'Height:',
label: 'Label:',
line: 'Line',
pie: 'Pie',
polar: 'Polar',
value: 'Value:'
} );
17 changes: 17 additions & 0 deletions lang/pl.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'chart', 'pl', {
bar: 'Słupkowy',
chart: 'Wykres',
chartType: 'Rodzaj wykresu:',
dialogTitle: 'Edycja Wykresu',
doughnut: 'Pączek',
height: 'Wysokość:',
label: 'Etykieta:',
line: 'Liniowy',
pie: 'Ciastko',
polar: 'Polarny',
value: 'Wartość:'
} );
3,477 changes: 3,470 additions & 7 deletions lib/chart.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit f6a5e27

Please sign in to comment.