تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
2021-06-10
يمكنك الآن ضبط ما إذا كانت نطاقات التواريخ الخاصة بالمقارنة مفعّلة أو غير مفعّلة في الرسومات البيانية الخاصة بالمنتدى باستخدام قسم ميزات جديد تمت إضافته إلى config. يتم ضبط enableComparisonDateRange
تلقائيًا على "صحيح"، وبالتالي لن تحدث أي تغييرات في السلوك الحالي.
تتم إضافة معلومات النطاق الزمني إلى عنصر البيانات في الرسالة.
تم تعديل مكتبة DSCC إلى الإصدار 0.3.18، ما أتاح إمكانية استخدام معلومات النطاق الزمني (المعرّف وتاريخَي البدء والانتهاء للنطاقات الزمنية).
2021-04-16
تعمل الآن "المرئيات من إعداد المنتدى" في التقارير المضمّنة.
2021-02-10
تتوفّر التغييرات غير المتوافقة التالية على إعدادات الأنماط لتجربتها في المرئيات الخاصة بالمنتدى مع تفعيل devMode (أي devMode = true).
ستؤثر التغييرات غير المتوافقة في الرسومات البيانية من إنشاء المنتدى التي تم إيقاف وضع devMode فيها (أي devMode = false) في 27-03-2021.
FONT_SIZE
لم يعُد يقبل قيمة تلقائية من النوع STRING. يجب توفير قيمة تلقائية من النوع NUMBER.
CHECKBOX
لم يعُد يقبل قيمة تلقائية من النوع STRING. يجب توفير قيمة تلقائية من النوع BOOLEAN.
TEXTINPUT
لم يعُد يقبل قيمة تلقائية من النوع NUMBER أو BOOLEAN. يجب توفير قيمة تلقائية من النوع STRING.
TEXTAREA
لم يعُد يقبل قيمة تلقائية من النوع NUMBER أو BOOLEAN. يجب توفير قيمة تلقائية من النوع STRING.
SELECT_SINGLE
لم يعُد يقبل قيمة تلقائية من النوع NUMBER أو BOOLEAN. يجب توفير قيمة تلقائية من النوع STRING.
SELECT_RADIO
لم يعُد يقبل قيمة تلقائية من النوع NUMBER أو BOOLEAN. يجب توفير قيمة تلقائية من النوع STRING.
التعتيم
لم يعُد يقبل قيمة تلقائية من النوع STRING، وأصبح يقبل قيمة رسالة من النوع STRING.
من المتوقّع أن تكون القيمة التلقائية من النوع NUMBER وقيمة الرسالة من النوع NUMBER.
LINE_WEIGHT
لم يعُد يقبل قيمة تلقائية من النوع STRING. يجب توفير قيمة تلقائية من النوع NUMBER.
BORDER_RADIUS
لم يعُد يقبل قيمة تلقائية من النوع STRING. يجب توفير قيمة تلقائية من النوع NUMBER.
INTERVAL
لم يعُد يقبل قيمة تلقائية من النوع STRING. يجب توفير قيمة تلقائية من النوع NUMBER.
2019-08-16
يمكن أن يحتوي كل ملف بيان الآن على عدة مكوّنات. يجب أن يتضمّن كل مكوّن الآن الحقل id.
يتطلّب تحميل تمثيل مرئي كلاً من "مسار ملف البيان" و "معرّف المكوّن"
نعلن عن إطلاق "العروض المرئية لبيانات المنتدى" في "معاينة المطوّر". ميزة "تصوّر المجتمع" مستقرة ومتاحة لجميع المستخدمين. يمكنك الاطّلاع على معاينة المطوّر للحصول على التفاصيل.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eCommunity Visualizations are a feature in Developer Preview that allows developers to create and share custom visualizations.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can now control comparison date ranges and access date range information within their visualizations.\u003c/p\u003e\n"],["\u003cp\u003eCommunity Visualizations support embedding in reports and can act as chart filters.\u003c/p\u003e\n"],["\u003cp\u003eBreaking changes were introduced to style configurations, enforcing stricter type requirements for default values.\u003c/p\u003e\n"],["\u003cp\u003eManifests can now contain multiple components, requiring an ID for each, and loading visualizations requires both the manifest path and Component ID.\u003c/p\u003e\n"]]],[],null,["# Changelog\n\n| **Note:** The Community Visualization feature is in \"Developer Preview\". To learn more about upcoming features and improvements during this period visit the [Developer Preview](/looker-studio/visualization/developer-preview) page.\n\n2021-06-10\n----------\n\n- You can now configure whether comparison date ranges are enabled/disabled in community visualizations using a new features section which is added to the [config](/looker-studio/visualization/config-reference). By default `enableComparisonDateRange` is set to true so there will be no changes to current behavior.\n- Date range information is added to the [data object](/looker-studio/visualization/library-reference#data) in the message.\n- [DSCC library](https://www.npmjs.com/package/@google/dscc) has been updated to version 0.3.18, adding support for date range information (ID, start and end dates of date ranges).\n\n2021-04-16\n----------\n\n- Community Visualizations now work in embedded reports.\n\n2021-02-10\n----------\n\n- The following breaking changes to [style configurations](/looker-studio/visualization/config-reference#styleelement) are available for community\n visualations with [devMode](/looker-studio/visualization/caching#using_devmode) enabled (i.e. devMode = true) for testing.\n The breaking changes will affect community visualizations with devMode disabled (i.e. devMode = false) on 2021-03-27.\n\n FONT_SIZE\n - No longer accepts a default value of type `STRING`. A default value of type `NUMBER` is expected.\n\n CHECKBOX\n - No longer accepts a default value of type `STRING`. A default value of type `BOOLEAN` is expected.\n\n TEXTINPUT\n - No longer accepts a default value of type `NUMBER` or `BOOLEAN`. A default value of type `STRING` is expected.\n\n TEXTAREA\n - No longer accepts a default value of type `NUMBER` or `BOOLEAN`. A default value of type `STRING` is expected.\n\n SELECT_SINGLE\n - No longer accepts a default value of type `NUMBER` or `BOOLEAN`. A default value of type `STRING` is expected.\n\n SELECT_RADIO\n - No longer accepts a default value of type `NUMBER` or `BOOLEAN`. A default value of type `STRING` is expected.\n\n OPACITY\n - No longer accepts a default value of type `STRING` and accepts a message value of type `STRING`. A default value of type `NUMBER` and message value of type `NUMBER` is expected.\n\n LINE_WEIGHT\n - No longer accepts a default value of type `STRING`. A default value of type `NUMBER` is expected.\n\n BORDER_RADIUS\n - No longer accepts a default value of type `STRING`. A default value of type `NUMBER` is expected.\n\n INTERVAL\n - No longer accepts a default value of type `STRING`. A default value of type `NUMBER` is expected.\n\n2019-08-16\n----------\n\n- Each [manifest](/looker-studio/visualization/manifest-reference) can now contain multiple components. Each component now needs the `id` field.\n- [Loading a visualization](/looker-studio/visualization/load-viz) requires both the \"manifest path\" and the \"Component ID\"\n\n2019-04-05\n----------\n\n- Community visualizations can now be used as [chart filters](/looker-studio/visualization/interactions-guide).\n\n2018-12-20\n----------\n\n- Announcing Community Visualizations, Developer Preview. The Community Visualization feature is stable and open to all users. See [Developer Preview](/looker-studio/visualization/developer-preview) for details."]]