+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "createDimension" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## createDimension variable ### createDimension variable Signature ```typescript createDimension: (name: string, columns: Field[]) => Dimension ``` Import ```typescript import { createDimension } from '@grafana/data'; ```