Steven Cobb

Results 43 comments of Steven Cobb

If we ever want to support a timezone customization dropdown in Perses app, we need to fix this and bring back changes from this old initial timezone implementation PR #825

v1 of this new panel type was implemented in #1307 but we need to keep iterating based on feedback, support more panel options, write Grafana migration CUE mapping, and adjust...

Yes, let’s start experimenting with this asap and agreed that the libs in description seem like top candidates

Note: Errors are also being thrown related to lodash-es ``` error - Error [ERR_REQUIRE_ESM]: require() of ES Module /sjcobb/perses-embed-example/node_modules/lodash-es/lodash.js from /sjcobb/perses-embed-example/node_modules/@perses-dev/core/dist/cjs/utils/memo.js not supported. Instead change the require of lodash.js in...

> In general, I don't know that we've been especially good about making sure Perses is SSR-friendly. Do you think that's something we should spend a little time investing in...

+1 This feature would be very useful! (I've also seen a few unanswered posts on stackoverflow asking how to do this)

> Also, embedded panel documentation is updated by @sjcobb here https://github.com/perses/perses/pull/2899 Merged that docs PR so went ahead and checked off that task above! I think the remaining items could...

When this does get picked up later, it'll be possible to extend the existing [BarChart implementation](https://github.com/perses/perses/blob/main/ui/components/src/BarChart/BarChart.tsx#L78) to become a pie chart, that is built using ECharts [dataset](https://apache.github.io/echarts-handbook/en/concepts/dataset/#define-data-in-dataset) ([example](https://echarts.apache.org/examples/en/editor.html?c=dataset-link)) which makes...

I’ve experienced this problem as a user so interested to see how this PR progresses, I will say the naming here is a bit confusing, especially since ECharts already supports...

> If we are going to support normalized stacking, it should not use [stackStrategy](https://echarts.apache.org/zh/option.html#series-line.stackStrategy) because this concept is for deciding whether to stack positive/negative values. You should probably need another...