Albert Backenhof
b5d9633496
Replaced semaphores with Conditional Coloring
...
-Was unclear what the two semaphores did and meant.
Also, Concept Semaphores didn't seem to work.
Issue: DEB-177
2019-04-11 14:40:06 +02:00
Albert Backenhof
a5bc3ecd1b
Moved design dimension to Appearance->Table format
...
-According to the documentation it should only be
possible to set two dimensions. Previously you
were able to set three, where the third one was
used for styling. This wasn't obvious to the user
though. Now, the design field is set under
Appearance -> Table format.
Issue: DEB-156
2019-04-10 12:12:08 +02:00
Albert Backenhof
bec68e7cd4
Merge pull request #39 from qlik-oss/DEB-159/Props
...
Changed order of properties and added About
2019-04-10 12:05:15 +02:00
Albert Backenhof
02bba4ad5a
Merge pull request #38 from qlik-oss/DEB-157/NineMeasures
...
1 Dim and 9 Measures OR 2 Dim and 8 Measures
2019-04-10 11:30:44 +02:00
Albert Backenhof
57c4b12b24
Merge pull request #36 from qlik-oss/DEB-154/EmptyData
...
Improved setup of data matrix
2019-04-10 09:13:34 +02:00
Albert Backenhof
cac3fabb2f
Changed order of properties and added About
...
Issue: DEB-159
2019-04-10 08:13:24 +02:00
Albert Backenhof
c57b0edea8
1 Dim and 9 Measures OR 2 Dim and 8 Measures
...
-Dynamic max values for Dimensions and Measures.
Issue: DEB-157
2019-04-10 07:50:07 +02:00
Albert Backenhof
3862bd294c
Arrange matching dim1 data on the same row
...
-The data is not guaranteed to be processed row
by row. Therefore, make sure to check the entire
matrix for the correct row (not just previous row)
when appending new row data.
Issue: DEB-155
2019-04-09 08:29:37 +02:00
Albert Backenhof
0c18523891
Empty data should result in emtpy cells
...
-Previously, empty data resulted in the cells
completely missing. This caused other cells
to not end up in the correct column.
Issue: DEB-154
2019-04-09 07:50:33 +02:00
Albert Backenhof
629821bd6b
The header width should match the table format
...
Issue: DEB-152
2019-04-08 10:39:02 +02:00
Tobias Åström
d3c39bea75
Merge pull request #32 from qlik-oss/tsm-color-picker-check
...
Update metric-semaphores.js
2019-04-05 13:46:58 +02:00
Albert Backenhof
769d5cfa3f
New preview image and fixed snapshot
...
-SnapshotApi doesn't have a getProperties
so fetching the source properties from
qlik-app instead.
-The snapshot still cannot be rendered in the
"printing-snapshot" test page because of
limitations on that page.
2019-03-19 10:38:29 +01:00
Tobias Åström
34527c3d6d
Update metric-semaphores.js
...
We recently had a bug on the color picker when used in extensions (QLIK-94131) so I went through all extensions to check their status, this was the only one with a potential problem.
The property notation should be as I changed it now (but after fixing the bug it will work anyway). However, there might be code elsewhere in the extension that mitigates the bug, so make sure this gets tested.
2019-03-12 09:04:43 +01:00
Kristoffer Lind
398192e057
fix indent and hide when design dimension is applied
2019-02-28 15:36:56 +01:00
Kristoffer Lind
4421217cb0
set default for metric semaphores to apply to nothing
2019-02-28 15:36:56 +01:00
Kristoffer Lind
c66dfdc06c
only show row colors when it does not have design dimension
2019-02-28 15:36:55 +01:00
Kristoffer Lind
554b029569
remove unused options include external csv file and path
2019-02-28 15:36:55 +01:00
Kristoffer Lind
fdb2aaaef4
use originHyperCubeDefinition as basis for dynamically created hyperCubes
2019-02-28 15:36:55 +01:00
Kristoffer Lind
a400e9c233
use createDimension for design cube aswell
2019-02-28 15:36:55 +01:00
Kristoffer Lind
091c564a75
apply styling from dimension
2019-02-28 15:36:54 +01:00
Kristoffer Lind
99eba8afcb
split qHyperCube into two cubes, one for data and one for design
2019-02-28 15:36:54 +01:00
giovanni hanselius
cb78a2f2f9
Merge pull request #31 from qlik-oss/QPE-637-header-format-fixes
...
[QPE 637] Header format fixes
2019-02-28 12:48:09 +01:00
Balazs Gobel
f255efbf5d
Handle medium header font size better and prevent cutting text off
2019-02-28 12:40:29 +01:00
giovanni hanselius
2f2d08fedd
Merge pull request #30 from qlik-oss/QPE-636-table-format-fixes
...
[QPE 636] Table format fixes
2019-02-28 11:02:46 +01:00
Balazs Gobel
ac8b70bc84
Use correct fallback for all fonts
2019-02-28 10:49:24 +01:00
Balazs Gobel
85228412cc
show correct color in the color picker
2019-02-27 21:43:09 +01:00
Balazs Gobel
03dfc0ce93
prevent infinite loop in angular color picker
...
- dualOutput must be the last line
2019-02-27 21:39:59 +01:00
Balazs Gobel
48427df559
enable changing font size in headers
2019-02-27 21:39:31 +01:00
Balazs Gobel
7fda7aa2d9
better defaults when missing font family
2019-02-27 20:54:50 +01:00
Balazs Gobel
4ba12b8b2d
show user-selected font-family for the cells
2019-02-27 20:51:18 +01:00
Balazs Gobel
07af7b509e
Make table format work again
...
- working color picker
- working font size
- working cell text alignment
- this is all by preventing the infinite loop in angular
2019-02-27 20:45:06 +01:00
Balazs Gobel
b7ff83e1da
prevent console errors in IE on cell hover
2019-02-27 20:37:02 +01:00
Balazs Gobel
a71f80f8fa
minor cleanup
2019-02-27 14:26:27 +01:00
Balazs Gobel
a6cbfcda70
Fix column width issue
...
- Look at the value format to determine if column is percentage based
2019-02-27 14:25:50 +01:00
giovanni hanselius
de2e9c16ac
Merge pull request #25 from qlik-oss/QPE-549-tooltip-design
...
[QPE 549] Minor adjustments for tooltip
2019-02-27 12:30:42 +01:00
giovanni hanselius
ad0c0dacba
Merge pull request #24 from qlik-oss/QPE-622-visible-scrollbar
...
[QPE 622] show scrollbar for easier scrolling
2019-02-27 11:14:01 +01:00
Balazs Gobel
7fa44c06b0
Use same layout in single onject mode as in normal mode
...
- same padding for single object mode
2019-02-26 16:02:40 +01:00
Balazs Gobel
dae192b7af
Minor adjustments for tooltip
...
- Added tooltip for row header
- Better vertical alignment
- Move static styling to css
2019-02-26 15:44:17 +01:00
Balazs Gobel
5abfd5b7e5
show scrollbar for easier scrolling
2019-02-26 15:10:00 +01:00
Kristoffer Lind
da7ba5c3a8
fix default indexes for metric colors
2019-02-26 14:23:42 +01:00
Kristoffer Lind
aad92678db
fix metric semaphore colors
2019-02-26 11:31:24 +01:00
Balazs Gobel
a5fc586859
Merge branch 'master' into QPE-426
2019-02-25 15:14:13 +01:00
Balazs Gobel
710d4a8842
Fix tests
2019-02-25 13:41:11 +01:00
Balazs Gobel
ebb5a7cf16
Additional merge conflict fixes
2019-02-25 12:59:02 +01:00
Balazs Gobel
7107f485be
resolve additional merge conflict: removed obsolete code
2019-02-25 12:55:48 +01:00
Balazs Gobel
633fd39b80
Merge branch 'master' into feature/QPE-549
...
# Conflicts:
# src/main.less
# src/paint.jsx
2019-02-25 12:50:47 +01:00
Kristoffer Lind
7305175049
fix semaphore alignment
2019-02-22 16:08:51 +01:00
Kristoffer Lind
f99281ff47
hide scrollbars in firefox
2019-02-22 16:04:24 +01:00
Kristoffer Lind
557cd1aeb6
remove some duplicated css
2019-02-22 16:04:24 +01:00
ahmed-Bazzara
585243bb73
merge confloicts solved
2019-02-22 14:49:36 +01:00