diff --git a/docs/components/LogoDiagram.vue b/docs/components/LogoDiagram.vue new file mode 100644 index 0000000000000..d475560a7e819 --- /dev/null +++ b/docs/components/LogoDiagram.vue @@ -0,0 +1,45 @@ + diff --git a/docs/what-is-d3.md b/docs/what-is-d3.md index f063e5c125e27..03ace2384ca45 100644 --- a/docs/what-is-d3.md +++ b/docs/what-is-d3.md @@ -4,6 +4,7 @@ import * as Plot from "@observablehq/plot"; import * as d3 from "d3"; import {useData} from "vitepress"; import {computed} from "vue"; +import LogoDiagram from "./components/LogoDiagram.vue"; import PlotRender from "./components/PlotRender.js"; const {site: {value: {themeConfig: {sidebar}}}} = useData(); @@ -25,6 +26,8 @@ const paths = computed(() => { # What is D3? + + **D3** (or **D3.js**) is a free, open-source JavaScript library for visualizing data. Its low-level approach built on web standards offers unparalleled flexibility in authoring dynamic, data-driven graphics. For more than a decade D3 has powered groundbreaking and award-winning visualizations, become a foundational building block of higher-level chart libraries, and fostered a vibrant community of data practitioners around the world. D3 “slingshotted the field into growth, diversification and creativity that has been unprecedented” and “changed how millions of data visualizations are created across newsrooms, websites, and personal portfolios,” remarked the Information is Beautiful [2022 Test of Time Award](https://nightingaledvs.com/information-is-beautiful-awards-test-of-time/). The IEEE VIS [2021 Test of Time Award](https://ieeevis.org/year/2021/info/awards/test-of-time-awards) noted, “By creating a framework that was compelling and easy for web developers to use to author interactive visualizations, the authors have undeniably helped to bring data visualization to the mainstream. [D3] is a cornerstone contribution to this conference specifically and more generally to the success of our field as a whole.”