hey @alex4 I have a pie chart thats acting weird, maybe you can point me in the right direction…
It is often only showing 2 of the 3 values it is supposed to (almost seems at random, there doesnt appear to be a rhyme or reason as to which shows up and why)
And also sometimes a “undefined” gray value shows up (with a number that I have no idea where it’s coming from)
I attached some screenshots, not sure if they will help
Hi @drew2 , Thanks for bringing this to our attention. Could you send me a link to your editor so I can take a look? Make sure to add alex@techblocksco.com as a collaborator or temporarily set the permission to “Everyone can Edit”.
Thanks Alex, I’d totally add you, but I have a developer working in my account for me and I don’t want to delete her. Jumping from the “Growth” plan to the “Team” plan for an extra $270/month just to add additional users seems silly lol
I am having some errors with a few of my charts that I can’t seem to figure out. The data sources are seeming to be correct, but bubble is throwing me issues still. Also they are giving errors when in debug mode…
Can someone from the team take a look at what might be going on?
hello @openocean.tampa , can you provide us a recording or a screenshot for our reference so that we can take a look and investigate the issue further? Thanks
I am trying out several charts/graph plugins to see if there’s one that supports this:
I would like to display a graph that shows performance of a selected stock and the S&P 500. Stock price is quarterly. Both are stored in my bd like this:
In order to compare the selected stock and the S&P 500, I have to convert the starting price of each stock to 100 with this formula (100/Stock Price:First Item) then multiply the integer (100/Stock Price:First Item) to the rest of the stock prices.
In a repeating group it would look like this:
Stock Price:First Item
Stock Price: Second Item * 100/Stock Price:First Item
Stock Price: Second Item * 100/Stock Price:First Item
Stock Price: Second Item * 100/Stock Price:First Item
***My question is how do I display this data from a repeating group in your graph or is there another way to compare two stocks that need to be converted to 100 first?
I’m using the radar chart. It works great, but I discovered an issue that is messing up our UI.
When I choose not to show the legend, the fill color of series 1 becomes black until I move my cursor over it. Then, the fill color changes to the color of the border.
Would you be able to help fix it for us or give us some feedback on how we could fix it?
I’ve attached photos of our implementation so you can see the issue.
Did anyone ever figure this out? I’m having the same issue as @damien1 I can get the font to show Arial, but not Inter. I also don’t seem to be able to change the font color or size, it is always a very small grey.
Hello @klowe, Thanks for bringing this to our attention. Could you send me a link to your editor so I can take a look? Make sure to add alex@techblocksco.com as a collaborator or temporarily set the permission to “Everyone can Edit”.
Hello @bill10 , thank you for your patience and for bringing this to our attention. We will look into this issue and get back to you as soon as we have the best solution for you.
I ran into similar issues with font properties not being applied. I have a post about this in the thread. Summary is that I found you can’t rely on the “App Font” variable. Say your app font is Inter, you have to select the font Inter not use the variable reference. This may be updated since last check but it wasn’t that long ago. I would like to know status as I have all fonts manually selected on charts and I expect the design team to suggest new fonts soon…
Just ran into an odd charting issue. The stacked bar chart won’t load values when the url does not contain debug_mode=true. The chart loads when it is included. The odd part is that no where on the page am I testing for that variable.
Has anyone else ever run into this?
This is what I am seeing - chart loads but not the data points…