lalabuy948 / PhoenixAnalytics

📊 Plug and play analytics for Phoenix applications.
https://theindiestack.com/analytics
Apache License 2.0
270 stars 10 forks source link

[bug]: ChartTooltip indicator not rendering #1

Closed lalabuy948 closed 1 month ago

lalabuy948 commented 2 months ago

ChartTooltip is not rendering indicator colors. I spent good 2-3 nights debugging but could not find the root cause, unfortunately I don't have deep FE knowledge. Could be something to do with better tailwind config or esbuild 🤷🏻‍♂️

360191571-73a147f6-9976-4433-ab05-b49da5d16f37

How suppose to be:

Screenshot 2024-09-04 at 00 50 16
adamroyle commented 1 month ago

@lalabuy948 You need to upgrade to Tailwind 3.3 or higher (when variable shorthand was added) - your Tailwind version is set to 3.2.7

lalabuy948 commented 1 month ago

ha, you are legend @adamroyle ! The next release is dedicated to you :)

lalabuy948 commented 1 month ago

🙌🏻

Screenshot 2024-10-09 at 10 48 44
adamroyle commented 1 month ago

No worries!