Skip to content

Feat/ohpm release #2815

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

- Repository: https://github.com/VisActor/VChart/tree/main/packages/harmony-vchart

HarmonyOS is an intelligent terminal operating system developed by Huawei, mainly using ArkTS as the main development language. Starting from version 1.11.1, VChart supports compatibility with HarmonyOS chart development. To facilitate the use of VChart by Harmony technology stack students, we provide the VChart HarmonyOS package `@visactor/harmony-vchart` (this package is not an NPM package, but an OHPM package), and the spec configuration item of this component is consistent with VChart.
HarmonyOS is an intelligent terminal operating system developed by Huawei, with ArkTS as the main development language. Starting from version 1.11.1, VChart supports chart development compatible with HarmonyOS (supporting HarmonyOS API 9 or above).

OpenHarmony is an open-source project incubated and operated by the OpenAtom Foundation. Its goal is to build a framework and platform for an intelligent terminal device operating system in the era of full scenario, full connectivity, and full intelligence, based on open-source methods, to promote the prosperous development of the Internet of Things industry. VChart is also compatible with chart development for OpenHarmony applications (supports API 10 Release or above)

In order to facilitate the better use of Harmony technology stack by students, we provide VChart's HarmonyOS encapsulation package '@ visitor/armony vchart' (this package is not an NPM package, but an OHPM package). The spec configuration item of this component is consistent with VChart, and its use in HarmonyOS and OpenHarmony application development environments is consistent

In this tutorial, we will explain in detail how to use VChart in Harmony projects and create a simple bar chart.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

- 仓库地址:[https://github.com/VisActor/VChart/tree/main/packages/harmony-vchart](https://github.com/VisActor/VChart/tree/main/packages/harmony-vchart)

HarmonyOS 是华为研发的智能终端操作系统,以 ArkTS 为主要开发语言,VChart 从 1.11.1 版本开始,支持兼容 HarmonyOS 的图表开发,为了方便 Harmony 技术栈的同学更好的使用,我们提供了 VChart 的 HarmonyOS 封装包`@visactor/harmony-vchart`(此包不是 NPM 包,是 OHPM 包),该组件的 spec 配置项与 VChart 一致
HarmonyOS 是华为研发的智能终端操作系统,以 ArkTS 为主要开发语言,VChart 从 1.11.1 版本开始,支持兼容 HarmonyOS 的图表开发(支持 HarmonyOS API 9 以上)。

OpenHarmony 是由开放原子开源基金会(OpenAtom Foundation)孵化及运营的开源项目,目标是面向全场景、全连接、全智能时代,基于开源的方式,搭建一个智能终端设备操作系统的框架和平台,促进万物互联产业的繁荣发展。VChart 同时也兼容 OpenHarmony 应用开发的图表开发(支持 API 10 Release 以上)

为了方便 Harmony 技术栈的同学更好的使用,我们提供了 VChart 的 HarmonyOS 封装包`@visactor/harmony-vchart`(此包不是 NPM 包,是 OHPM 包),该组件的 spec 配置项与 VChart 一致,该包在 HarmonyOS 和 OpenHarmony 应用开发环境中的使用是一致的

我们将在本教程中详细讲解如在 Harmony 项目中使用 VChart,并创建一个简单的柱状图。

Expand Down