0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
May 10, 2023 — May 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The function "chartHook" can be redefined in order to manipulate the chart object before it is rendered. It must return the modified chart object. More... 29 days ago
Merge pull request #201 from pestbarn/duplicates-removal More... almost 2 years ago
Merge pull request #205 from shiroychoksey/patch-1 More... almost 2 years ago
Email validation : extensions can have more than 4 letters More... about 2 years ago
Update README.md More... over 3 years ago
XHTML style closing tags unnecessary More... about 5 years ago
XHTML style <link> unnecessary More... about 5 years ago
Duplicate </style> removed, doctype fixed More... about 5 years ago
Duplicate </style> removed in examples/index.html More... about 5 years ago
SelectCellEditor: uses select2 only if defined and NOT on an iPad More... over 5 years ago
Auto height for bar charts: - margin of 120px instead of 100px for legend - minimum height of 200px for whole chart More... over 5 years ago
chart horizontal reference lines: 90% width More... over 7 years ago
NumberCellEditor aligns the text input like the cell itself More... over 7 years ago
Removed quick and dirty fix to limit the number of labels displayed on X axis. This is now managed in Highcharts 4.2.5. More... over 7 years ago
Merge branch 'master' of github.com:webismymind/editablegrid More... over 7 years ago
Quick and dirty fix to display max 100 categories on X axis... TO BE IMPROVED More... over 7 years ago
Quick and dirty fix to display max 100 categories on X axis... TO BE IMPROVED More... over 7 years ago
Added option zoomType on render(Stacked)BarChart + better documented options More... over 7 years ago
dirty fix for name conflict More... over 7 years ago
html_entity_decode used for a correct filtering of html columns More... over 7 years ago
config "autoHeight" for renderBarChart: use for (horizontal) bar charts if you want height to be computed dyn. based on the number of bars: autoHeight = number of px for one bar More... over 7 years ago
No height computation for bar charts: let Highcharts do it... More... over 7 years ago
SelectCellEditor: select2 entry point More... over 7 years ago
SelectCellEditor: when current value is NOT in enum options, the value added in front of the list uses getDisplayVatAt (which means using getLabel for a EnumCellRenderer, useful if getLabel has itself been redefined to display something else than the raw value in this case). More... over 7 years ago
Fixed check on name in constructor: - check must be done iff name is not undefined - trim() function not supported in older IE More... almost 8 years ago
Error message if name is empty More... almost 8 years ago
Merge branch 'master' of github.com:webismymind/editablegrid More... almost 8 years ago
No auto adapt width when select2: breaks auto dropdown width with select2 v4 More... almost 8 years ago
Merge pull request #65 from dound/master More... almost 8 years ago
Merge pull request #105 from frankschmitt/master More... almost 8 years ago