Noticias sobre Vue.js

Simplifique el etiquetado de gráficos con series de texto optimizadas

Febrero 17, 2025
LightningChart JS v7.0.1 agrega una API de series de texto de alto rendimiento para ChartXY que mejora la representación de texto para aumentar la usabilidad y la eficiencia.

LightningChart JS is a JavaScript/TypeScript library developed by LightningChart that specifically targets the creation of financial and trading applications. It provides high-performance, 2D, 3D, and real-time charting controls and a comprehensive suite of visualizations including candlestick, bar, line, and various technical indicators and drawing tools. This library enables software developers to craft interactive technical analysis tools without the need for server-side setup as it runs completely on the client device.

The LightningChart JS v7.0.1 update introduces the Text Series API, providing a more efficient and flexible way to render text within ChartXY. This new approach enhances performance by optimizing text rendering, supports viewport clipping to maintain clean chart visuals, and offers precise control over text size and boundaries. Designed as a more seamless alternative to chart.addUIElement(), it simplifies development by integrating text elements directly within the chart while ensuring scalability for large datasets.

To see a full list of what's new in v7.0.1, see our release notes.

LightningChart JS is licensed per developer and is available as an annual license with 1 year support. See our LightningChart JS licensing page for full details.

For more information, see our LightningChart JS product page.

Agilice la edición de informes con acceso integrado a datos

Febrero 14, 2025
Stimulsoft Reports.JS 2025.1.1 agrega acceso integrado al diccionario de datos para los editores, lo que agiliza la personalización de informes y mejora el flujo de trabajo.

Stimulsoft Reports.JS provides a robust reporting toolkit designed specifically for JavaScript applications. This library leverages a client-side architecture, offering a pure JavaScript report engine for efficient report rendering directly within web browsers. The solution includes a user-friendly report designer for building reports with various data sources and visualizations, along with a report viewer for seamless integration and display within your JavaScript applications. This eliminates the need for server-side dependencies or browser plugins, simplifying the development process for embedding powerful reporting functionalities into your web projects.

The Stimulsoft Reports.JS 2025.1.1 update introduces integrated access to the data dictionary within component editors, enhancing the efficiency and precision of report design. This improvement enables developers to quickly reference and utilize data dictionary elements without switching contexts, simplifying the process of configuring and editing report components. By streamlining access to structured data, the update reduces the risk of errors, promotes consistency across reports, and accelerates the overall workflow, making it an essential enhancement for developers focused on creating complex and data-driven reports.

To see a full list of what's new in 2025.1.1, see our release notes.

Stimulsoft Reports.JS is licensed per developer and is available as a Perpetual license with 1 year support and maintenance. See our Stimulsoft Reports.JS licensing page for full details.

Stimulsoft Reports.JS is available individually or as part of Stimulsoft Ultimate.

Optimice la visualización de datos con Highcharts Grid Lite

Febrero 6, 2025
Highsoft anuncia Highcharts Grid Lite, una cuadrícula de datos ligera que ofrece una solución accesible y personalizable para mostrar datos tabulares.

Highsoft is a Norwegian software publisher best known for Highcharts Core, a widely used JavaScript library for interactive data visualization. It specializes in developing powerful, flexible, and accessible charting solutions for developers, businesses, and data analysts. Highcharts is recognized for its seamless integration, extensive customization options, and support for a broad range of chart types, making it a popular choice for web applications and enterprise dashboards. Expanding its data visualization portfolio, Highsoft also offers Highcharts Dashboards, Highcharts Gantt, Highcharts Maps, and Highcharts Stock, catering to diverse analytical and reporting needs.

Highsoft has announced Highcharts Grid Lite, a forthcoming free solution that brings the core functionality of the data grid component in Highcharts Dashboards to a standalone, lightweight package. Designed for seamless integration into modern web applications, it offers high performance while remaining accessible and efficient. It supports WCAG-compliant interactions, ensuring usability across different environments. Its optimized row virtualization enables smooth handling of large datasets without performance degradation. Developers can easily integrate it with frameworks like React, Vue, and Angular while leveraging its intuitive API for streamlined data management and customization. With built-in CSS theming, it allows for flexible styling to match application requirements, making it a reliable solution for creating responsive, interactive tables.

Read the Highcharts Grid Lite blog post for more details on this advanced solution for building responsive, interactive data grids.

To explore the Highsoft product range, including Highcharts Dashboards, visit our Highsoft brand page.

Logre una claridad óptima con barras de herramientas de zoom

Febrero 4, 2025
Syncfusion Essential Studio JavaScript 2024 Volume 4 agrega posicionamiento arrastrable de la barra de herramientas de zoom para diseños de gráficos totalmente personalizables y fáciles de usar.

Syncfusion Essential Studio JavaScript is a comprehensive UI library offering over 80 high-performance, lightweight, and responsive components to transform your web apps. Built from scratch with TypeScript, it boasts modularity and touch-friendliness, letting you pick and choose specific features while ensuring smooth mobile interaction. With rich themes, global accessibility features, and extensive documentation, it powers everything from basic buttons to interactive charts and data grids, simplifying frontend development across JavaScript, Angular, React, and Vue.

The Syncfusion Essential Studio JavaScript 2024 Volume 4 update introduces a new toolbar feature that allows users to customize the position of the zoom toolbar within charts. With drag-and-drop functionality, this feature offers greater flexibility in interface design, enabling developers to optimize chart layouts for better usability and alignment with specific application requirements. By allowing the toolbar to be re-positioned anywhere within the chart area, this update enhances both user experience and chart readability, providing a more adaptable and professional solution for modern web applications.

To see a full list of what's new in 2024 Volume 4, see our release notes.

Syncfusion Essential Studio JavaScript is available as part of Syncfusion Essential Studio Enterprise which is licensed per developer starting with a Team License of up to five developers. It is available as a 12 Month Timed Subscription License which includes support and maintenance. See our Syncfusion Essential Studio Enterprise licensing page for full details.

Learn more on our Syncfusion Essential Studio JavaScript product page.

Actualice datos de forma dinámica en informes de JavaScript

Enero 30, 2025
Una sólida conectividad de datos permite que los componentes de informes administren grandes conjuntos de datos, apliquen transformaciones y brinden información precisa e interactiva.

Data connectivity options allow reporting components to integrate with various data sources to retrieve, process, and display data in reports. It typically involves connecting to databases, APIs, web services, or in-memory data structures to fetch real-time or static data. This connectivity is often achieved through frameworks, libraries, or built-in support for data binding and querying mechanisms, such as RESTful APIs, GraphQL, or direct database connections via server-side proxies. Reliable data connectivity enables reporting components to efficiently manage large datasets, perform transformations, and dynamically refresh reports, delivering interactive and precise insights to end-users.

JavaScript reporting components support various data connections including:

  • ODBC (Open Database Connectivity): Standardized API for accessing relational databases that enables JavaScript (via server-side languages or tools) to connect to databases like MySQL, SQL Server, and Oracle.
  • OLEDB (Object Linking and Embedding, Database): Microsoft API for accessing various data sources, including relational and non-relational databases. Typically used in Windows environments for high-performance data access.
  • XML (Extensible Markup Language): Markup language for structured data representation and transport. Frequently used for configuration, data exchange, and reporting in JavaScript applications.
  • JSON (JavaScript Object Notation): Lightweight data interchange format that is native to JavaScript. Widely used for web APIs, dynamic data exchange, and JavaScript-based reporting tools.

Explore JavaScript Reporting Data Connectivity