Questions tagged [cube.js]

For questions specific to the open source modular framework for building analytical web applications called "Cube.js". Where possible also include a tag for the framework specific "Cube.js" wrapper that you may be utilizing. E.g. [reactjs], [vue.js], etc.

Links:

132 questions
1
vote
1 answer

Cube.js time series excluding weekends

I am using mongo db BI connector and trying to render date series charts using cube.js. Is there a way to apply time dimension with a date range and considering only business days? Below are my sample cube schema and collection cube(`Entries`, { …
Srikar
  • 13
  • 3
1
vote
1 answer

Deploying cube.js using serverless framework results in an error

I am trying to deploy cube.js project using serverless framework on aws and when I access the endpoint produced by serverless, it results in the following error on the browser Cannot GET / Here is my serverless.yml file service:…
1
vote
1 answer

Cube.js server is listening on 4000, but Cannot GET UI

I try to follow this article: https://statsbot.co/blog/angular-dashboard-tutorial-with-cubejs/ Everything looks fine, I set environments (I use postgresql DB), started cubejs server, it is listening on 4000. nmuser$ npm run dev ng-demo@0.0.1 dev…
nicusska
  • 177
  • 1
  • 2
  • 9
1
vote
1 answer

Is it possible to build and deploy cube.js using aws amplify. If yes, what would be build settings for it?

My project includes cube.js backend and react frontend. I was able to set up CICD using aws amplify for the front end but I am unsure if I can deploy cube.js on aws amplify. In the local environment I first run 'npm run dev' to run the backend which…
1
vote
1 answer

Persist data using Cube.js

I am using Cube.js for backend and React for frontend. Whenever I stop the cube.js server data gets lost(I have to make the charts again from scratch). Is there any way to persist the charts even if we stop the server?
hiren shah
  • 33
  • 6
1
vote
2 answers

How to show the value in top of each column bar | Hightcharts | Vue-chartkick | Cube Js

I am using Vue chartkick and highcharts for visualize the column chart. I want to show the value in top of the each column bar. Help me to complete it. https://i.stack.imgur.com/c4Bwc.jpg Above link is image of my output.