Skip to content

Commit

Permalink
Fixes #321
Browse files Browse the repository at this point in the history
* Updated z-index for Issue #250

* Issue 293 - Updated Margin to support a small field name

* Updated _getChartXAxisInfo

Removed unnecessary check on view.creationTimestamp field. Chart class is able to handle nulls correctly.

* Updated Cloud Cover URL

* Updated Cloud Cover URL

Typo in URL
  • Loading branch information
rladines authored and tomschenkjr committed Nov 10, 2017
1 parent 9c3f79f commit 0b9661a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/js/ux/TableView.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,6 @@ ogrid.TableView = ogrid.Class.extend({
if (view.options.chart) {
return view.options.chart;
} else {
if (!view.options.creationTimestamp) {
throw ogrid.error('Configuration Error', 'No "creationTimestamp" field defined for this dataset (Table View)');
}
return {
//by default, use creation timestamp column
"xAxisField": view.options.creationTimestamp,
Expand Down

0 comments on commit 0b9661a

Please sign in to comment.