Replies: 1 comment
-
Well, I found my mistake. The picker seen in the screenshot is actually a textfield and I just didn't get that. The documentation says "TopN Configuration" instead of "Top N Dimension" which might have caused my confusion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I develop a Media playback app that can playback around 400 different items. I want to track which of these items are played back the most. To do so I send a signal named "Playback.starting" with a property named "Title" and its value set to the title of the item.
I can't figure out how to create an insight displaying this information in a donut chart or any chart at all.
In the docs to insights it says this
I do not see anything popping up below nor can I enter a breakpoint key which seems to be needed to accomplish my insight. The top n dimension pops up (see screenshot) but I can switch between "type" and "type" which to me looks not correct.
I tried this with Safari 17.6 and Chromium 129.0
Thanks for any help on this
Beta Was this translation helpful? Give feedback.
All reactions