This repository was archived by the owner on Dec 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +17
-5
lines changed
Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -103,12 +103,12 @@ The build works with Yarn:
103103
104104#### Development build
105105```
106- yarn run run build:dev
106+ yarn run build:dev
107107```
108108
109109#### Production build
110110```
111- yarn run run build:prod
111+ yarn run build:prod
112112```
113113
114114Tests can be run with Jest:
@@ -124,4 +124,4 @@ See the [Contribution Guide](./CONTRIBUTING.md).
124124## License
125125
126126See the [ License File] ( LICENSE.md ) .
127- **
127+ **
Original file line number Diff line number Diff line change 136136 < i class ="fa fa-caret-right " ng-hide ="ctrl.showHelp "> </ i >
137137 </ label >
138138 </ div >
139+
139140 < div class ="gf-form " ng-show ="ctrl.lastQueryMeta ">
140141 < label class ="gf-form-label query-keyword pointer "
141142 ng-click ="ctrl.showLastQuerySQL = !ctrl.showLastQuerySQL ">
152153 < div class ="gf-form " ng-show ="ctrl.showLastQuerySQL ">
153154 < pre class ="gf-form-pre "> {{ctrl.lastQueryMeta.sql}}</ pre >
154155 </ div >
155-
156156 < div class ="gf-form " ng-show ="ctrl.showHelp ">
157157 < pre class ="gf-form-pre alert alert-info "> Time series:
158158- return column named < i > time</ i > (UTC in seconds or timestamp)
Original file line number Diff line number Diff line change 66 "tables" : true ,
77 "annotations" : true ,
88 "alerting" : false ,
9+
10+ "queryOptions" : {
11+ "maxDataPoints" : true
12+ },
13+
914 "state" : " beta" ,
15+
1016 "info" : {
1117 "description" : " Google BigQuery datasource for Grafana" ,
1218 "author" : {
Original file line number Diff line number Diff line change 136136 < i class ="fa fa-caret-right " ng-hide ="ctrl.showHelp "> </ i >
137137 </ label >
138138 </ div >
139+
139140 < div class ="gf-form " ng-show ="ctrl.lastQueryMeta ">
140141 < label class ="gf-form-label query-keyword pointer "
141142 ng-click ="ctrl.showLastQuerySQL = !ctrl.showLastQuerySQL ">
152153 < div class ="gf-form " ng-show ="ctrl.showLastQuerySQL ">
153154 < pre class ="gf-form-pre "> {{ctrl.lastQueryMeta.sql}}</ pre >
154155 </ div >
155-
156156 < div class ="gf-form " ng-show ="ctrl.showHelp ">
157157 < pre class ="gf-form-pre alert alert-info "> Time series:
158158- return column named < i > time</ i > (UTC in seconds or timestamp)
Original file line number Diff line number Diff line change 66 "tables" : true ,
77 "annotations" : true ,
88 "alerting" : false ,
9+
10+ "queryOptions" : {
11+ "maxDataPoints" : true
12+ },
13+
914 "state" : " beta" ,
15+
1016 "info" : {
1117 "description" : " Google BigQuery datasource for Grafana" ,
1218 "author" : {
You can’t perform that action at this time.
0 commit comments