Content-Length: 361218 | pFad | http://github.com/graphieros/vue-data-ui/releases

34 Releases · graphieros/vue-data-ui · GitHub
Skip to content

Releases: graphieros/vue-data-ui

v2.9.2

30 May 18:23
Compare
Choose a tag to compare

VueUiTable #203

  • Fix dataset reactivity issue

v2.9.1

30 May 04:08
Compare
Choose a tag to compare

VueUiWorld #202

To accommodate different perspectives and use cases, the VueUiWorld component now includes a configuration option:

config.style.chart.territory.showTaiwanAsPartOfChina

const config = ref({
  style: {
    chart: {
      territory: {
        showTaiwanAsPartOfChina: true
      }
    }
  }
})

When set to true, Taiwan is displayed as part of China on the map.
When set to false (the default), Taiwan is shown as a separate entity.

This approach is intended to offer flexibility for developers and organizations with varying requirements. We do not take a position on political matters and aim to provide a configurable solution for all users.

v2.9.0

29 May 17:23
Compare
Choose a tag to compare

Move jspdf to peer dependencies #201

From this version onwards, jspdf will have to be installed to use the pdf generation.

If you don't want to use pdf generation, but wish to use the chart menu options, you can remove the pdf button from the config:

const config = ref({
  userOptions: {
    show: true,
    buttons: {
      pdf: false, // hide the pdf button
    }
  }
})

v2.8.1

29 May 14:47
Compare
Choose a tag to compare

VueUiDashboard #197

  • Add support for passing custom components in the dataset prop
const dynamicString = ref('Dynamic string content');

const comps = computed(() => [
  {
    id: 1,
    width: 20,
    height: 50,
    left: 44,
    top: 4,
    component: "VueUiGauge", // Vue Data UI component, passed here as string
    props: { config: { userOptions: { show: false } }, dataset: gaugeDataset },
  },
  {
    id: 2,
    width: 20,
    height: 60,
    left: 44,
    top: 50,
    component: markRaw(MyCustomComponent), // Your custom component
    props: { str: dynamicString.value },
  },
]);

VueUiWorld

  • Reverse drag direction in globe projection

v2.8.0

28 May 21:38
Compare
Choose a tag to compare

VueUiWorld

New map component: VueUiWorld

Enregistrement.de.l.ecran.2025-05-28.a.23.18.39.mov

13 projections are available:

Projection Preview
aitoff image
azimuthalEquidistant image
bonne image
equirectangular image
gallPeters image
globe image
hammer image
mercator image
mollweide image
robinson image
sinusoidal image
vanDerGrinten image
winkelTripel image

Docs are up to date, with all projection examples.

v2.7.6

26 May 05:26
Compare
Choose a tag to compare

VueUiXy

  • Fix area base y position when all values are negative

v2.7.5

24 May 20:24
Compare
Choose a tag to compare

Built-in annotator: text mode

  • Allow users to add text annotations on charts
Enregistrement.de.l.ecran.2025-05-24.a.22.20.30.mov

v2.7.2

22 May 15:22
Compare
Choose a tag to compare

VueUiXy

  • Add a config option to cut lines and areas on null values. Set to false by default, so it does not lead to breaking changes.
const config = {
  line: {
    cutNullValues: false,
  }
}

VueUiChestnut

  • Improve the proportions of expanded donuts so it's more visually pleasing
    image

v2.7.1

21 May 10:54
Compare
Choose a tag to compare

VueUi3dBar #192

  • Remove default labels when using formatter

v2.7.0

18 May 15:55
Compare
Choose a tag to compare

Remove html2canvas dependency

html2canvas was removed as a dependency, in favor of a tailor-made dom to image solution which fits the specific needs of vue-data-ui, to generate chart images or pdfs.

The vue-ui-screenshot component was removed.









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/graphieros/vue-data-ui/releases

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy