diff --git a/pages/changelogs/2024-10-08-metric-units.mdx b/pages/changelogs/2024-10-08-metric-units.mdx new file mode 100644 index 0000000000..ede3c15759 --- /dev/null +++ b/pages/changelogs/2024-10-08-metric-units.mdx @@ -0,0 +1,28 @@ +--- +title: "Set units for your metrics" +slug: "changelog-2024-10-08-metric-units" +hidden: false +createdAt: "2024-10-08T18:59:02.165Z" +updatedAt: "2024-10-08T18:59:02.165Z" +date: "2024-10-08" +thumbnail: "/changelog/metric-units.png" +--- +![metric units](/changelog/metric-units.png) + +Mixpanel now allows you to set the units for each of your metrics. You can set the unit, the precision, and whether or not you want an abbreviated value. This gets updated for tooltips as well as in the table below the chart. + +Some common uses for this: +- create a % based formula, and add the % unit so its clear what the metric is measuring +- revenue based metrics, adding a $ symbol to know what currency is involved + +
+ +
+ +You can also save the unit to a formula, so that future uses of that formula will already be configured with the right unit. You can learn more in documentation [here](/docs/features/chart-customization#metric-units) + +Note: this feature is available only for enterprise plans currently. diff --git a/pages/changelogs/2024-10-08-segment-coloring.mdx b/pages/changelogs/2024-10-08-segment-coloring.mdx new file mode 100644 index 0000000000..01d9d50040 --- /dev/null +++ b/pages/changelogs/2024-10-08-segment-coloring.mdx @@ -0,0 +1,28 @@ +--- +title: "Choose colors for your segments" +slug: "changelog-2024-10-08-segment-coloring" +hidden: false +createdAt: "2024-10-08T19:59:02.165Z" +updatedAt: "2024-10-08T19:59:02.165Z" +date: "2024-10-08" +thumbnail: "/changelog/segment-coloring.png" +--- +![segment coloring](/changelog/segment-coloring.png) + +Select the colors of various segments in your reports. You can the color for a particular segment by clicking the legend at the top of the chart. Choose between colors that exist in the theme, or choose an entirely separate color. + +Some common uses for this: +- highlight a particular segment for emphasis +- on boards with the same breakdown repeatedly, set the colors for segments so they can be aligned across the board + +
+ +
+ +This color is available on both boards and reports, so you can easily update the segment colors for a report on a board as well. You can learn more in documentation [here](/docs/features/chart-customization#segment-coloring) + +Note: this feature is available only for enterprise plans currently. diff --git a/pages/docs/features/chart-customization.mdx b/pages/docs/features/chart-customization.mdx index d5d04bf6e3..5964a3fc23 100644 --- a/pages/docs/features/chart-customization.mdx +++ b/pages/docs/features/chart-customization.mdx @@ -46,6 +46,12 @@ For the x-axis, you have access to the follow customizations: For every metric in your report, they by default assigned to the left y-axis. To visualize correlation between different metrics on different scales, it can be useful to use a secondary y-axis on the right. You can select the left or right buttons for each metric to choose which axis the metric is assigned to. +## Metric Units + +### Units on Formula + +### Units on Numeric Properties + ## Segment Coloring ![Segment Color](/segment-coloring-1.png) diff --git a/public/changelog/metric-units.png b/public/changelog/metric-units.png new file mode 100644 index 0000000000..fb1d9eb8ac Binary files /dev/null and b/public/changelog/metric-units.png differ diff --git a/public/changelog/segment-coloring.png b/public/changelog/segment-coloring.png new file mode 100644 index 0000000000..fbb2edc0ba Binary files /dev/null and b/public/changelog/segment-coloring.png differ